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)