From bcf73e7a96115a5c06d1cad9745504a7fb361567 Mon Sep 17 00:00:00 2001 From: RustDesk <71636191+rustdesk@users.noreply.github.com> Date: Thu, 5 Sep 2024 23:05:07 +0800 Subject: [PATCH] Update _index.nl.md --- content/dev/build/linux/_index.nl.md | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/content/dev/build/linux/_index.nl.md b/content/dev/build/linux/_index.nl.md index c0836f3..895b643 100644 --- a/content/dev/build/linux/_index.nl.md +++ b/content/dev/build/linux/_index.nl.md @@ -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)