1
0
forked from GitHub/gf-rgl

Clean up Make.sh and add verbosity flag

This commit is contained in:
John J. Camilleri
2018-07-30 11:52:55 +02:00
parent 4ca4fb1d6d
commit 56f530abab
2 changed files with 20 additions and 12 deletions

View File

@@ -78,11 +78,15 @@ clean
## Shell script: `Make.sh`
This method is provided as an alternative for those who don't have Haskell installed. Simply run the script to build the entire RGL and install in the default location:
This method is provided as an alternative for those who don't have Haskell installed.
Simply run the script to build the entire RGL and install in the default location:
You can pass the following flags:
- `--dest=...` to manually specify the install location
- `--gf=...` to specify the path to the `gf` executable, if not available on the system path
- `--verbose` or `-v` to show all GF warnings and errors
This build method tries to build all languages found in the `src` directory, even those which are not considered complete.
## Windows batch file: `Make.bat`