mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2025-01-24 15:08:36 +01:00
Update _index.ru.md
This commit is contained in:
parent
d4c08313a3
commit
32c73dd3a7
@ -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
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user