From b21bc85c82205bfc4f50d726bca5f93e7ff4945e Mon Sep 17 00:00:00 2001 From: RustDesk <71636191+rustdesk@users.noreply.github.com> Date: Thu, 5 Sep 2024 23:03:20 +0800 Subject: [PATCH] Update _index.en.md --- content/dev/build/linux/_index.en.md | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/content/dev/build/linux/_index.en.md b/content/dev/build/linux/_index.en.md index fd843c3..4f72d06 100644 --- a/content/dev/build/linux/_index.en.md +++ b/content/dev/build/linux/_index.en.md @@ -3,25 +3,6 @@ title: Linux weight: 10 --- -### Dependencies - -Desktop versions use [Sciter](https://sciter.com/) for GUI, please download Sciter dynamic library yourself. - -[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) - -### Raw steps to build - -- Prepare your Rust development env and C++ build env - -- Install [vcpkg](https://github.com/microsoft/vcpkg) and set `VCPKG_ROOT` env variable correctly - - - Windows: `vcpkg install libvpx:x64-windows-static libyuv:x64-windows-static opus:x64-windows-static aom:x64-windows-static` - - Linux/macOS: `vcpkg install - -- Run `cargo run` - ### How to build on Linux #### Ubuntu 18 (Debian 10)