mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2024-12-26 17:09:14 +01:00
Update _index.de.md
This commit is contained in:
parent
c1b69f634a
commit
dc6cb08036
@ -1,6 +1,30 @@
|
|||||||
---
|
---
|
||||||
title: Android
|
title: Web
|
||||||
weight: 23
|
weight: 23
|
||||||
---
|
---
|
||||||
|
|
||||||
[English](/docs/en/dev/build/web)
|
Führen Sie die folgenden Schritte unter Linux oder Mac aus (funktioniert auch unter Windows, allerdings müssen Sie einige Befehle leicht abändern, *z. B.* ändern Sie `wget` in `curl.exe -O`):
|
||||||
|
|
||||||
|
```sh
|
||||||
|
git clone https://github.com/rustdesk/rustdesk
|
||||||
|
cd rustdesk/flutter/web/js
|
||||||
|
|
||||||
|
# Zuerst protoc installieren http://google.github.io/proto-lens/installing-protoc.html
|
||||||
|
npm install ts-proto
|
||||||
|
# Funktioniert nur mit vite <= 2.8, siehe https://github.com/vitejs/vite/blob/main/docs/guide/build.md#chunking-strategy
|
||||||
|
yarn build
|
||||||
|
|
||||||
|
cd ..
|
||||||
|
|
||||||
|
# Details zum YUV-Konverter finden Sie hier https://github.com/rustdesk/rustdesk/issues/364#issuecomment-1023562050
|
||||||
|
wget https://github.com/rustdesk/doc.rustdesk.com/releases/download/console/web_deps.tar.gz
|
||||||
|
# In das aktuelle Verzeichnis entpacken
|
||||||
|
tar xzf web_deps.tar.gz
|
||||||
|
|
||||||
|
cd ..
|
||||||
|
|
||||||
|
# Viel Glück!
|
||||||
|
flutter run -d chrome
|
||||||
|
```
|
||||||
|
|
||||||
|
> Derzeit sind YUV-Konverter und vp9 der Engpass.
|
||||||
|
Loading…
Reference in New Issue
Block a user