mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2025-01-24 23:18:34 +01:00
web
This commit is contained in:
parent
912000b718
commit
37e4a0cfb4
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: Android
|
title: 安卓
|
||||||
weight: 22
|
weight: 22
|
||||||
---
|
---
|
||||||
|
|
||||||
|
6
content/dev/build/web/_index.de.md
Normal file
6
content/dev/build/web/_index.de.md
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
title: Android
|
||||||
|
weight: 23
|
||||||
|
---
|
||||||
|
|
||||||
|
[English](/docs/en/dev/build/web)
|
25
content/dev/build/web/_index.en.md
Normal file
25
content/dev/build/web/_index.en.md
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
---
|
||||||
|
title: Web
|
||||||
|
weight: 23
|
||||||
|
---
|
||||||
|
|
||||||
|
Run below on Linux or Mac
|
||||||
|
|
||||||
|
Currently, yuv converter and vp9 are the bottleneck
|
||||||
|
|
||||||
|
```
|
||||||
|
git clone https://github.com/rustdesk/rustdesk
|
||||||
|
cd rustdesk/flutter/web/js
|
||||||
|
# install protoc first http://google.github.io/proto-lens/installing-protoc.html
|
||||||
|
npm install ts-proto
|
||||||
|
yarn build
|
||||||
|
cp dist/assets/*js ../assets/
|
||||||
|
# update index.html with above generated js
|
||||||
|
vi ../index.html
|
||||||
|
cd ..
|
||||||
|
# about details of yuv converter, check this https://github.com/rustdesk/rustdesk/issues/364#issuecomment-1023562050
|
||||||
|
wget https://github.com/rustdesk/doc.rustdesk.com/releases/download/console/web_deps.tar.gz
|
||||||
|
tar xzf web_deps.tar.gz
|
||||||
|
# Good Luck!
|
||||||
|
flutter run -d chrome
|
||||||
|
```
|
6
content/dev/build/web/_index.fr.md
Normal file
6
content/dev/build/web/_index.fr.md
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
title: Android
|
||||||
|
weight: 23
|
||||||
|
---
|
||||||
|
|
||||||
|
[English](/docs/en/dev/build/web)
|
6
content/dev/build/web/_index.it.md
Normal file
6
content/dev/build/web/_index.it.md
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
title: Android
|
||||||
|
weight: 23
|
||||||
|
---
|
||||||
|
|
||||||
|
[English](/docs/en/dev/build/web)
|
6
content/dev/build/web/_index.ja.md
Normal file
6
content/dev/build/web/_index.ja.md
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
title: Android
|
||||||
|
weight: 23
|
||||||
|
---
|
||||||
|
|
||||||
|
[English](/docs/en/dev/build/web)
|
6
content/dev/build/web/_index.pt.md
Normal file
6
content/dev/build/web/_index.pt.md
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
title: Android
|
||||||
|
weight: 23
|
||||||
|
---
|
||||||
|
|
||||||
|
[English](/docs/en/dev/build/web)
|
6
content/dev/build/web/_index.ru.md
Normal file
6
content/dev/build/web/_index.ru.md
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
title: Android
|
||||||
|
weight: 23
|
||||||
|
---
|
||||||
|
|
||||||
|
[English](/docs/en/dev/build/web)
|
6
content/dev/build/web/_index.zh-cn.md
Normal file
6
content/dev/build/web/_index.zh-cn.md
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
title: Web
|
||||||
|
weight: 23
|
||||||
|
---
|
||||||
|
|
||||||
|
[English](/docs/en/dev/build/web)
|
6
content/dev/build/web/_index.zh-tw.md
Normal file
6
content/dev/build/web/_index.zh-tw.md
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
title: Web
|
||||||
|
weight: 23
|
||||||
|
---
|
||||||
|
|
||||||
|
[English](/docs/en/dev/build/web)
|
Loading…
Reference in New Issue
Block a user