Update _index.nl.md

This commit is contained in:
RustDesk 2024-09-05 23:05:07 +08:00 committed by GitHub
parent 3d6a93db28
commit bcf73e7a96
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,25 +3,6 @@ title: Linux
weight: 10
---
## Afhankelijkheden
Desktop versies gebruiken [sciter](https://sciter.com/) voor GUI, download dan zelf de sciter dynamische bibliotheek.
[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)
## Ruwe build stappen
- Bereid uw Rust ontwikkelomgeving en C++ build omgeving voor
- Installeer [vcpkg](https://github.com/microsoft/vcpkg), en stel `VCPKG_ROOT` omgevingsvariabele correct
- Windows: vcpkg installeer libvpx:x64-windows-static libyuv:x64-windows-static opus:x64-windows-static aom:x64-windows-static
- Linux/MacOS: vcpkg install
- run `cargo run`
## Build op Linux
### Ubuntu 18 (Debian 10)