mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2024-12-26 17:09:14 +01:00
Update _index.de.md
This commit is contained in:
parent
b21bc85c82
commit
9dd0976668
@ -3,25 +3,6 @@ title: Linux
|
||||
weight: 10
|
||||
---
|
||||
|
||||
### Abhängigkeiten
|
||||
|
||||
Desktop-Versionen nutzen [Sciter](https://sciter.com/) für die Benutzeroberfläche, bitte laden Sie die dynamische Bibliothek Sciter selbst herunter.
|
||||
|
||||
[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)
|
||||
|
||||
### Grobe Schritte zum Erstellen
|
||||
|
||||
- Bereiten Sie Ihre Rust-Entwicklungsumgebung und Ihre C++-Build-Umgebung vor
|
||||
|
||||
- Installieren Sie [vcpkg](https://github.com/microsoft/vcpkg) und setzen Sie die Umgebungsvariable `VCPKG_ROOT` korrekt
|
||||
|
||||
- Windows: `vcpkg install libvpx:x64-windows-static libyuv:x64-windows-static opus:x64-windows-static aom:x64-windows-static`
|
||||
- Linux/macOS: `vcpkg install
|
||||
|
||||
- Nutzen Sie `cargo run`
|
||||
|
||||
### Auf Linux erstellen
|
||||
|
||||
#### Ubuntu 18 (Debian 10)
|
||||
|
Loading…
Reference in New Issue
Block a user