Update _index.en.md

This commit is contained in:
RustDesk 2024-09-05 23:03:20 +08:00 committed by GitHub
parent 1d3f8c44ad
commit b21bc85c82
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)