1
0
forked from GitHub/gf-core
Files
gf-core/download/index-3.11.md
2020-11-26 23:57:09 +01:00

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:

  1. Download a binary release and extract it somewhere on your system.
  2. Set the environment variable GF_LIB_PATH to 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.

  1. Obtain the RGL source code, either by:
  • cloning with git clone https://github.com/GrammaticalFramework/gf-rgl.git
  • downloading a source archive here
  1. Run make in the source code folder.

For more options, see the RGL README.


Older releases