Update _index.ru.md

This commit is contained in:
Viktor 2022-05-22 12:47:41 +03:00 committed by GitHub
parent d4c08313a3
commit 32c73dd3a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,28 @@
---
title: Android
title: Веб
weight: 23
---
[English](/docs/en/dev/build/web)
Запустите нежописанное на Linux или Mac
В настоящее время конвертер yuv и vp9 являются "бутылочным горлышком"
```sh
git clone https://github.com/rustdesk/rustdesk
cd rustdesk/flutter/web/js
# сначала установим protoc http://google.github.io/proto-lens/installing-protoc.html
npm install ts-proto
yarn build
cd ..
# подробности о конвертере yuv смотрите здесь 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
cd ..
# Удачи!
flutter run -d chrome
```