[README.md] Created with basic build instructions.

This commit is contained in:
KikooDX 2020-09-21 14:58:56 +02:00
parent a8234e35b6
commit ee723cc151
1 changed files with 13 additions and 0 deletions

13
README.md Normal file
View File

@ -0,0 +1,13 @@
# Build instructions
Using the `fxsdk` and latest version of `gint`. Requires `luajit`.
For CG
```bash
$ ./make_levels.sh
$ fxsdk build-cg
```
For FX
```bash
$ ./make_levels.sh
$ fxsdk build-fx
```