mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2025-01-24 06:58:35 +01:00
ios and mac
This commit is contained in:
parent
37e4a0cfb4
commit
1a2703c54d
@ -3,4 +3,6 @@ title: Build
|
|||||||
weight: 1
|
weight: 1
|
||||||
---
|
---
|
||||||
|
|
||||||
|
Check out [build.py](https://github.com/rustdesk/rustdesk/blob/master/build.py) for packaging desktop version.
|
||||||
|
|
||||||
{{% children depth="3" showhidden="true" %}}
|
{{% children depth="3" showhidden="true" %}}
|
@ -3,4 +3,6 @@ title: Build
|
|||||||
weight: 1
|
weight: 1
|
||||||
---
|
---
|
||||||
|
|
||||||
|
Check out [build.py](https://github.com/rustdesk/rustdesk/blob/master/build.py) for packaging desktop version.
|
||||||
|
|
||||||
{{% children depth="3" showhidden="true" %}}
|
{{% children depth="3" showhidden="true" %}}
|
@ -3,4 +3,6 @@ title: Build
|
|||||||
weight: 1
|
weight: 1
|
||||||
---
|
---
|
||||||
|
|
||||||
|
Check out [build.py](https://github.com/rustdesk/rustdesk/blob/master/build.py) for packaging desktop version.
|
||||||
|
|
||||||
{{% children depth="3" showhidden="true" %}}
|
{{% children depth="3" showhidden="true" %}}
|
@ -3,4 +3,6 @@ title: Build
|
|||||||
weight: 1
|
weight: 1
|
||||||
---
|
---
|
||||||
|
|
||||||
|
Check out [build.py](https://github.com/rustdesk/rustdesk/blob/master/build.py) for packaging desktop version.
|
||||||
|
|
||||||
{{% children depth="3" showhidden="true" %}}
|
{{% children depth="3" showhidden="true" %}}
|
@ -3,4 +3,6 @@ title: Build
|
|||||||
weight: 1
|
weight: 1
|
||||||
---
|
---
|
||||||
|
|
||||||
|
Check out [build.py](https://github.com/rustdesk/rustdesk/blob/master/build.py) for packaging desktop version.
|
||||||
|
|
||||||
{{% children depth="3" showhidden="true" %}}
|
{{% children depth="3" showhidden="true" %}}
|
@ -3,4 +3,6 @@ title: Build
|
|||||||
weight: 1
|
weight: 1
|
||||||
---
|
---
|
||||||
|
|
||||||
|
Check out [build.py](https://github.com/rustdesk/rustdesk/blob/master/build.py) for packaging desktop version.
|
||||||
|
|
||||||
{{% children depth="3" showhidden="true" %}}
|
{{% children depth="3" showhidden="true" %}}
|
@ -3,4 +3,6 @@ title: Сборка
|
|||||||
weight: 1
|
weight: 1
|
||||||
---
|
---
|
||||||
|
|
||||||
|
Check out [build.py](https://github.com/rustdesk/rustdesk/blob/master/build.py) for packaging desktop version.
|
||||||
|
|
||||||
{{% children depth="3" showhidden="true" %}}
|
{{% children depth="3" showhidden="true" %}}
|
@ -3,4 +3,6 @@ title: 编译
|
|||||||
weight: 1
|
weight: 1
|
||||||
---
|
---
|
||||||
|
|
||||||
|
关于打包桌面版本, 请查看 [build.py](https://github.com/rustdesk/rustdesk/blob/master/build.py) 。
|
||||||
|
|
||||||
{{% children depth="3" showhidden="true" %}}
|
{{% children depth="3" showhidden="true" %}}
|
@ -3,4 +3,6 @@ title: 編譯
|
|||||||
weight: 1
|
weight: 1
|
||||||
---
|
---
|
||||||
|
|
||||||
|
關於打包桌面版本, 請查看 [build.py](https://github.com/rustdesk/rustdesk/blob/master/build.py) 。
|
||||||
|
|
||||||
{{% children depth="3" showhidden="true" %}}
|
{{% children depth="3" showhidden="true" %}}
|
6
content/dev/build/ios/_index.de.md
Normal file
6
content/dev/build/ios/_index.de.md
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
title: iOS
|
||||||
|
weight: 23
|
||||||
|
---
|
||||||
|
|
||||||
|
[English](/docs/en/dev/build/ios)
|
20
content/dev/build/ios/_index.en.md
Normal file
20
content/dev/build/ios/_index.en.md
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
---
|
||||||
|
title: iOS
|
||||||
|
weight: 23
|
||||||
|
---
|
||||||
|
|
||||||
|
```
|
||||||
|
cd
|
||||||
|
# For saving your time and our time, we prepared dependent files for you.
|
||||||
|
https://github.com/rustdesk/doc.rustdesk.com/releases/download/console/ios_dep.tar.gz
|
||||||
|
tar xzf ios_dep.tar.gz
|
||||||
|
git clone https://github.com/rustdesk/rustdesk
|
||||||
|
cd rustdesk
|
||||||
|
# For simulator: VCPKG_ROOT=$HOME/vcpkg ./flutter/ios_x64.sh
|
||||||
|
VCPKG_ROOT=$HOME/vcpkg ./flutter/ios_arm64.sh
|
||||||
|
cd flutter
|
||||||
|
# Good Luck!
|
||||||
|
# For simulator: sed 's/aarch64/x86_64/g' ios/Runner.xcodeproj/project.pbxproj
|
||||||
|
# Forget if need: cd ios; pod install; cd -;
|
||||||
|
flutter run
|
||||||
|
```
|
6
content/dev/build/ios/_index.fr.md
Normal file
6
content/dev/build/ios/_index.fr.md
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
title: iOS
|
||||||
|
weight: 23
|
||||||
|
---
|
||||||
|
|
||||||
|
[English](/docs/en/dev/build/ios)
|
6
content/dev/build/ios/_index.it.md
Normal file
6
content/dev/build/ios/_index.it.md
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
title: iOS
|
||||||
|
weight: 23
|
||||||
|
---
|
||||||
|
|
||||||
|
[English](/docs/en/dev/build/ios)
|
6
content/dev/build/ios/_index.ja.md
Normal file
6
content/dev/build/ios/_index.ja.md
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
title: iOS
|
||||||
|
weight: 23
|
||||||
|
---
|
||||||
|
|
||||||
|
[English](/docs/en/dev/build/ios)
|
6
content/dev/build/ios/_index.pt.md
Normal file
6
content/dev/build/ios/_index.pt.md
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
title: iOS
|
||||||
|
weight: 23
|
||||||
|
---
|
||||||
|
|
||||||
|
[English](/docs/en/dev/build/ios)
|
6
content/dev/build/ios/_index.ru.md
Normal file
6
content/dev/build/ios/_index.ru.md
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
title: iOS
|
||||||
|
weight: 23
|
||||||
|
---
|
||||||
|
|
||||||
|
[English](/docs/en/dev/build/ios)
|
6
content/dev/build/ios/_index.zh-cn.md
Normal file
6
content/dev/build/ios/_index.zh-cn.md
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
title: iOS
|
||||||
|
weight: 23
|
||||||
|
---
|
||||||
|
|
||||||
|
[English](/docs/en/dev/build/ios)
|
6
content/dev/build/ios/_index.zh-tw.md
Normal file
6
content/dev/build/ios/_index.zh-tw.md
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
title: iOS
|
||||||
|
weight: 23
|
||||||
|
---
|
||||||
|
|
||||||
|
[English](/docs/en/dev/build/ios)
|
6
content/dev/build/osx/_index.de.md
Normal file
6
content/dev/build/osx/_index.de.md
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
title: macOS
|
||||||
|
weight: 21
|
||||||
|
---
|
||||||
|
|
||||||
|
[English](/docs/en/dev/build/osx)
|
16
content/dev/build/osx/_index.en.md
Normal file
16
content/dev/build/osx/_index.en.md
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
---
|
||||||
|
title: macOS
|
||||||
|
weight: 21
|
||||||
|
---
|
||||||
|
|
||||||
|
```
|
||||||
|
cd
|
||||||
|
git clone https://github.com/microsoft/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
|
||||||
|
VCPKG_ROOT=$HOME/vcpkg cargo run
|
||||||
|
```
|
6
content/dev/build/osx/_index.fr.md
Normal file
6
content/dev/build/osx/_index.fr.md
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
title: macOS
|
||||||
|
weight: 21
|
||||||
|
---
|
||||||
|
|
||||||
|
[English](/docs/en/dev/build/osx)
|
6
content/dev/build/osx/_index.it.md
Normal file
6
content/dev/build/osx/_index.it.md
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
title: macOS
|
||||||
|
weight: 21
|
||||||
|
---
|
||||||
|
|
||||||
|
[English](/docs/en/dev/build/osx)
|
6
content/dev/build/osx/_index.ja.md
Normal file
6
content/dev/build/osx/_index.ja.md
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
title: macOS
|
||||||
|
weight: 21
|
||||||
|
---
|
||||||
|
|
||||||
|
[English](/docs/en/dev/build/osx)
|
6
content/dev/build/osx/_index.pt.md
Normal file
6
content/dev/build/osx/_index.pt.md
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
title: macOS
|
||||||
|
weight: 21
|
||||||
|
---
|
||||||
|
|
||||||
|
[English](/docs/en/dev/build/osx)
|
6
content/dev/build/osx/_index.ru.md
Normal file
6
content/dev/build/osx/_index.ru.md
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
title: macOS
|
||||||
|
weight: 21
|
||||||
|
---
|
||||||
|
|
||||||
|
[English](/docs/en/dev/build/osx)
|
6
content/dev/build/osx/_index.zh-cn.md
Normal file
6
content/dev/build/osx/_index.zh-cn.md
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
title: macOS
|
||||||
|
weight: 21
|
||||||
|
---
|
||||||
|
|
||||||
|
[English](/docs/en/dev/build/osx)
|
6
content/dev/build/osx/_index.zh-tw.md
Normal file
6
content/dev/build/osx/_index.zh-tw.md
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
title: macOS
|
||||||
|
weight: 21
|
||||||
|
---
|
||||||
|
|
||||||
|
[English](/docs/en/dev/build/osx)
|
Loading…
Reference in New Issue
Block a user