11 lines
250 B
Markdown
11 lines
250 B
Markdown
#### Building from source
|
|
|
|
##### Arch Linux
|
|
|
|
```
|
|
$ git clone https://github.com/Speedy6451/simplesailing.git
|
|
$ cd simplesailing
|
|
# pacman -S --needed wabt minify just binaryen rustup just
|
|
$ rustup toolchain add wasm32-unknown-unknown
|
|
$ just build
|
|
```
|