mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2025-03-01 00:22:05 +01:00
Update _index.ru.md
This commit is contained in:
parent
6c3f67ae17
commit
44d8e60ddc
@ -3,26 +3,6 @@ title: Linux
|
||||
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
|
||||
|
||||
### Ubuntu 18 (Debian 10)
|
||||
|
Loading…
Reference in New Issue
Block a user