Skip to content

Commit

Permalink
Mention dependencies of udev for Linux input system
Browse files Browse the repository at this point in the history
  • Loading branch information
shengwen-tw committed Nov 11, 2024
1 parent fa9bbf8 commit 4c35cd6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@ For the VNC backend, please note that it has only been tested on GNU/Linux, and
$ tools/build-neatvnc.sh
```

For Linux framebuffer backend, install `libudev` and `libuuid`:
* Ubuntu Linux / Debian: `sudo apt install libudev-dev uuid-dev`

### Configuration

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

0 comments on commit 4c35cd6

Please sign in to comment.