26 lines
258 B
Markdown
26 lines
258 B
Markdown
|
install libraries:
|
||
|
```bash
|
||
|
npm install
|
||
|
```
|
||
|
|
||
|
compile for all platforms:
|
||
|
```bash
|
||
|
npm run compile
|
||
|
```
|
||
|
|
||
|
compile for linux:
|
||
|
```bash
|
||
|
npm run compile-linux
|
||
|
```
|
||
|
|
||
|
compile for windows:
|
||
|
```bash
|
||
|
npm run compile-win
|
||
|
```
|
||
|
|
||
|
compile for mac:
|
||
|
```bash
|
||
|
npm run compile-mac
|
||
|
```
|
||
|
|