update build instructions

This commit is contained in:
ㄗㄠˋ ㄑㄧˊ
2020-04-02 11:39:07 +08:00
parent 4d99eb3486
commit 38a51d1eda

View File

@@ -47,16 +47,12 @@ Get Akarin
#### Compile
```sh
chmod -Rv a+x scripts/
./scripts/build.sh
./scripts/inst.sh --setup --fast
./akarin jar
```
**Notes**
* You must use `--setup` at least once to deploy necessary dependencies otherwise some imports cannot be organized.
* For non-modified projects, it is recommended to add the `--fast` option to skip any tests.
* If your machine has insufficient memory, you may want to add the `--remote` option to avoid decompiling locally.
Demo Servers
---