From 0ba851d2de086ad167324bec8fe3dbb1394c9cb3 Mon Sep 17 00:00:00 2001 From: RustDesk <71636191+rustdesk@users.noreply.github.com> Date: Thu, 5 Sep 2024 23:05:47 +0800 Subject: [PATCH] Update _index.zh-cn.md --- content/dev/build/linux/_index.zh-cn.md | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/content/dev/build/linux/_index.zh-cn.md b/content/dev/build/linux/_index.zh-cn.md index a2023f3..b9f85d0 100644 --- a/content/dev/build/linux/_index.zh-cn.md +++ b/content/dev/build/linux/_index.zh-cn.md @@ -3,25 +3,6 @@ title: Linux weight: 10 --- -## 依赖 - -桌面版本界面使用[sciter](https://sciter.com/), 请自行下载。 - -[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) - -## 基本构建步骤 - -- 请准备好 Rust 开发环境和 C++编译环境 - -- 安装[vcpkg](https://github.com/microsoft/vcpkg), 正确设置`VCPKG_ROOT`环境变量 - - - Windows: vcpkg install libvpx:x64-windows-static libyuv:x64-windows-static opus:x64-windows-static aom:x64-windows-static - - Linux/Osx: vcpkg install - -- 运行 `cargo run` - ## 在 Linux 上编译 ### Ubuntu 18 (Debian 10)