add french translations / fix synology typo / little fix css

This commit is contained in:
Jimmy GALLAND
2023-01-15 16:26:39 +01:00
parent 0caa18a18b
commit c503cd0a1e
50 changed files with 797 additions and 38 deletions

View File

@@ -3,4 +3,17 @@ title: macOS
weight: 21
---
[English](/docs/en/dev/build/osx)
```
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
```