mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2024-12-26 17:09:14 +01:00
Update _index.en.md
This commit is contained in:
parent
1d3f8c44ad
commit
b21bc85c82
@ -3,25 +3,6 @@ title: Linux
|
||||
weight: 10
|
||||
---
|
||||
|
||||
### Dependencies
|
||||
|
||||
Desktop versions use [Sciter](https://sciter.com/) for GUI, please download Sciter dynamic library yourself.
|
||||
|
||||
[Windows](https://raw.githubusercontent.com/c-smile/sciter-sdk/master/bin.win/x64/sciter.dll) |
|
||||
[Linux](https://raw.githubusercontent.com/c-smile/sciter-sdk/master/bin.lnx/x64/libsciter-gtk.so) |
|
||||
[macOS](https://raw.githubusercontent.com/c-smile/sciter-sdk/master/bin.osx/libsciter.dylib)
|
||||
|
||||
### Raw steps to build
|
||||
|
||||
- Prepare your Rust development env and C++ build env
|
||||
|
||||
- Install [vcpkg](https://github.com/microsoft/vcpkg) and set `VCPKG_ROOT` env variable correctly
|
||||
|
||||
- Windows: `vcpkg install libvpx:x64-windows-static libyuv:x64-windows-static opus:x64-windows-static aom:x64-windows-static`
|
||||
- Linux/macOS: `vcpkg install
|
||||
|
||||
- Run `cargo run`
|
||||
|
||||
### How to build on Linux
|
||||
|
||||
#### Ubuntu 18 (Debian 10)
|
||||
|
Loading…
Reference in New Issue
Block a user