README and makefile improvements
This commit is contained in:
parent
021aac9914
commit
dd9fc47787
25
README.md
25
README.md
@ -2,10 +2,31 @@
|
||||
|
||||
## Development
|
||||
|
||||
### Requirements
|
||||
|
||||
* `haxe`
|
||||
* `haxelib`
|
||||
* Haxelib dependencies; run `haxelib install compile-hl.hxml`
|
||||
* `automake`
|
||||
|
||||
### Compiling
|
||||
|
||||
`haxe compile.hxml`
|
||||
`make debug`
|
||||
|
||||
You can alternatively run `make watch` to automatically rebuild on changes to
|
||||
`.hx` files.
|
||||
|
||||
### Running
|
||||
|
||||
`hl rewild.hl`
|
||||
`make run`
|
||||
|
||||
### Making a release
|
||||
|
||||
**TODO**: Making a redistributable `hl` version
|
||||
|
||||
#### Web
|
||||
|
||||
```
|
||||
make bin/rewild.js
|
||||
abra app cp <domain> bin/rewild.js app:/usr/share/nginx/html/bin/
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user