mirror of
https://github.com/htrefil/rkvm.git
synced 2024-11-16 07:47:24 +01:00
Clarify TLS dependencies in README
This commit is contained in:
parent
9aa6c72b91
commit
bf133665eb
1 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,7 @@ It is based on a client/server architecture, where server is the machine control
|
|||
Switching between different clients is done by a configurable keyboard shortcut.
|
||||
|
||||
## Features
|
||||
- TLS encrypted by default, backed by OpenSSL
|
||||
- TLS encrypted by default, backed by OpenSSL on Linux and SChannel on Windows (should be already installed on your machine by default)
|
||||
- Display server agnostic
|
||||
- Low overhead
|
||||
|
||||
|
@ -15,6 +15,7 @@ Switching between different clients is done by a configurable keyboard shortcut.
|
|||
## Linux requirements
|
||||
- The uinput Linux kernel module, enabled by default in most distros
|
||||
- libevdev
|
||||
- OpenSSL
|
||||
|
||||
## Building
|
||||
Run `cargo build --release`.
|
||||
|
|
Loading…
Reference in a new issue