Update _index.it.md

This commit is contained in:
RustDesk 2024-09-05 23:04:42 +08:00 committed by GitHub
parent 0a9ef85ed4
commit 5eee7f1037
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,25 +3,6 @@ title: Linux
weight: 10 weight: 10
--- ---
## Dipendenze
La versione Desktop utilizza [sciter](https://sciter.com/) per la GUI, per favore scarica sciter dynamic library.
[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)
## Passaggi per la compilazione
- Prepara l'ambiente per lo sviluppo e compilazione in Rust e C++
- Installa [vcpkg](https://github.com/microsoft/vcpkg), e imposta correttamente la variabile d'ambiente `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
- Esegui `cargo run`
## Come compilare su Linux ## Come compilare su Linux
### Ubuntu 18 (Debian 10) ### Ubuntu 18 (Debian 10)