Update _index.ru.md

This commit is contained in:
RustDesk 2024-09-05 23:05:34 +08:00 committed by GitHub
parent 6c3f67ae17
commit 44d8e60ddc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,26 +3,6 @@ title: Linux
weight: 10 weight: 10
--- ---
## Зависимости
Настольные версии используют [sciter](https://sciter.com/) для графического интерфейса, загрузите динамическую библиотеку sciter самостоятельно.
[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)
## Первичные шаги для сборки
- Подготовьте среду разработки Rust и среду сборки C++.
- Установите [vcpkg](https://github.com/microsoft/vcpkg), и правильно установите переменную `VCPKG_ROOT`
- Windows: vcpkg install libvpx:x64-windows-static libyuv:x64-windows-static opus:x64-windows-static aom:x64-windows-static
- Linux/MacOS: vcpkg install
- Запустите`cargo run`
## Как собрать в Linux ## Как собрать в Linux
### Ubuntu 18 (Debian 10) ### Ubuntu 18 (Debian 10)