mirror of
https://github.com/htrefil/rkvm.git
synced 2024-11-16 07:47:24 +01:00
Add Clang/LLVM to requirements
This commit is contained in:
parent
e6a0bc8a20
commit
b95ba5ffb4
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ Switching between different clients is done by a configurable keyboard shortcut.
|
|||
- The uinput Linux kernel module, enabled by default in most distros
|
||||
- libevdev development files (`sudo apt install libevdev-dev` on Debian/Ubuntu)
|
||||
- OpenSSL
|
||||
- Clang/LLVM (`sudo apt install clang` on Debian/Ubuntu)
|
||||
|
||||
## Building
|
||||
Run `cargo build --release`.
|
||||
|
|
Loading…
Reference in a new issue