mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2026-04-23 00:16:51 +00:00
Update _index.en.md
This commit is contained in:
@@ -6,11 +6,13 @@ weight: 21
|
|||||||
```
|
```
|
||||||
cd
|
cd
|
||||||
git clone https://github.com/microsoft/vcpkg
|
git clone https://github.com/microsoft/vcpkg
|
||||||
|
cd vcpkg
|
||||||
git checkout 2022.04.12
|
git checkout 2022.04.12
|
||||||
./bootstrap-vcpkg.sh
|
./bootstrap-vcpkg.sh
|
||||||
brew install nasm yasm
|
brew install nasm yasm
|
||||||
./vcpkg install libvpx libyuv opus
|
./vcpkg install libvpx libyuv opus
|
||||||
git clone https://github.com/rustdesk/rustdesk
|
git clone https://github.com/rustdesk/rustdesk
|
||||||
cd rustdesk
|
cd rustdesk
|
||||||
VCPKG_ROOT=$HOME/vcpkg cargo run
|
export VCPKG_ROOT=$HOME/vcpkg
|
||||||
|
cargo run
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user