update build instructions
This commit is contained in:
@@ -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
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user