mirror of
https://github.com/htrefil/rkvm.git
synced 2025-01-19 10:26:13 +01:00
Update README
This commit is contained in:
parent
7a38eebd8a
commit
6db07f68fd
1 changed files with 5 additions and 0 deletions
|
@ -9,6 +9,11 @@ Switching between different clients is done by a configurable keyboard shortcut.
|
|||
- Display server agnostic
|
||||
- Low overhead
|
||||
|
||||
## Requirements
|
||||
- The uinput Linux kernel module, enabled by default in most distros
|
||||
- libevdev
|
||||
- Rust 1.48 and higher
|
||||
|
||||
## Building
|
||||
Run `cargo build --release`.
|
||||
Note that you need to have libevdev installed on your system, otherwise the build will fail.
|
||||
|
|
Loading…
Reference in a new issue