From a90c2aefc0f191cc42c1b98ed96b99887eb076ad Mon Sep 17 00:00:00 2001 From: Mr-Update <37781396+Mr-Update@users.noreply.github.com> Date: Sun, 29 Jan 2023 22:58:12 +0100 Subject: [PATCH] Update _index.de.md --- content/dev/build/osx/_index.de.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/content/dev/build/osx/_index.de.md b/content/dev/build/osx/_index.de.md index a236e3e..335dedf 100644 --- a/content/dev/build/osx/_index.de.md +++ b/content/dev/build/osx/_index.de.md @@ -3,4 +3,17 @@ title: macOS weight: 21 --- -[English](/docs/en/dev/build/osx) \ No newline at end of file +``` +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 +```