1
0
forked from GitHub/gf-rgl

Merge pull request #1 from kristiank/patch-1

corrected flag name (was 'to', now 'dest')
This commit is contained in:
John J. Camilleri
2018-08-02 12:00:59 +02:00
committed by GitHub

View File

@@ -74,7 +74,7 @@ clean
- You can _remove_ languages from the default list with `langs=-...`
- `LANG` is a 3-letter language code, e.g. `Eng`, `Swe` etc.
- The path to GF installed on your system can be specified via the `gf` flag (default is that the `gf` executable is in the global system path).
- The `to` flag can be used to manually specify where the compiled RGL modules should be copied/installed. This is the same place as `GF_LIB_PATH`.
- The `dest` flag can be used to manually specify where the compiled RGL modules should be copied/installed. This is the same place as `GF_LIB_PATH`.
## Shell script: `Make.sh`