forked from GitHub/gf-core
5.4 KiB
5.4 KiB
Installing the RGL from a binary release
Binary releases of the RGL are made available on GitHub. In general the steps to follow are:
- Download a binary release and extract it somewhere on your system.
- Set the environment variable
GF_LIB_PATHto point to wherever you extracted the RGL.
Installing the RGL from source
To compile the RGL, you will need to have GF already installed and in your path.
- Obtain the RGL source code, either by:
- cloning with
git clone https://github.com/GrammaticalFramework/gf-rgl.git - downloading a source archive here
- Run
makein the source code folder.
For more options, see the RGL README.
Older releases
- GF 3.10 (December 2018)
- GF 3.9 (August 2017)
- GF 3.8 (June 2016)
- GF 3.7.1 (October 2015)
- GF 3.7 (June 2015)
- GF 3.6 (June 2014)
- GF 3.5 (August 2013)
- GF 3.4 (January 2013)
- GF 3.3.3 (March 2012)
- GF 3.3 (October 2011)
- GF 3.2.9 source-only snapshot (September 2011)
- GF 3.2 (December 2010)
- GF 3.1.6 (April 2010)