mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2024-12-29 02:20:01 +01:00
commit
002ee70dcf
@ -7,12 +7,15 @@ Run below on Linux or Mac (works on Windows too, however you may need to slightl
|
|||||||
|
|
||||||
```sh
|
```sh
|
||||||
git clone https://github.com/rustdesk/rustdesk
|
git clone https://github.com/rustdesk/rustdesk
|
||||||
|
cd rustdesk
|
||||||
git checkout 3e8f7ed36df60045fc98f1cc989151548442a141
|
git checkout 3e8f7ed36df60045fc98f1cc989151548442a141
|
||||||
cd rustdesk/flutter/web/js
|
cd flutter/web/js
|
||||||
|
|
||||||
# install protoc first http://google.github.io/proto-lens/installing-protoc.html
|
# install protoc first http://google.github.io/proto-lens/installing-protoc.html
|
||||||
npm install ts-proto
|
npm install ts-proto
|
||||||
# only works with vite<=2.8, see: https://github.com/vitejs/vite/blob/main/docs/guide/build.md#chunking-strategy
|
# only works with vite<=2.8, see: https://github.com/vitejs/vite/blob/main/docs/guide/build.md#chunking-strategy
|
||||||
|
|
||||||
|
# yarn build currently not working - results in empty src/gen_js_from_hbb.ts (gen_js_from_hbb.ts is not a module)
|
||||||
yarn build
|
yarn build
|
||||||
|
|
||||||
cd ..
|
cd ..
|
||||||
|
Loading…
Reference in New Issue
Block a user