Translate Doc in Dutch

added Dutch translation in doc
This commit is contained in:
FastAct
2023-03-02 11:39:42 +01:00
parent 549380410b
commit 4816fe2a0b
24 changed files with 1397 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
---
title: macOS
weight: 21
---
```
cd
git clone https://github.com/microsoft/vcpkg
cd vcpkg
git checkout 2022.04.12
./bootstrap-vcpkg.sh
brew install nasm yasm
./vcpkg install libvpx libyuv opus
git clone https://github.com/rustdesk/rustdesk
cd rustdesk
export VCPKG_ROOT=$HOME/vcpkg
wget https://github.com/c-smile/sciter-sdk/raw/master/bin.osx/libsciter.dylib
cargo run
```