Skip to content

Commit 4c35cd6

Browse files
committed
Mention dependencies of udev for Linux input system
1 parent fa9bbf8 commit 4c35cd6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,9 @@ For the VNC backend, please note that it has only been tested on GNU/Linux, and
8888
$ tools/build-neatvnc.sh
8989
```
9090

91+
For Linux framebuffer backend, install `libudev` and `libuuid`:
92+
* Ubuntu Linux / Debian: `sudo apt install libudev-dev uuid-dev`
93+
9194
### Configuration
9295

9396
Configure via [Kconfiglib](https://pypi.org/project/kconfiglib/), you should select either SDL video, the Linux framebuffer, or VNC as the graphics backend.

0 commit comments

Comments
 (0)