diff options
| author | John J. Camilleri <john@digitalgrammars.com> | 2018-12-05 08:30:25 +0100 |
|---|---|---|
| committer | John J. Camilleri <john@digitalgrammars.com> | 2018-12-05 08:30:25 +0100 |
| commit | 3dec78c21c29d78826d3e8f0074efb7e11ded287 (patch) | |
| tree | 96259cadc6f0eb11b883348b761c78d1bd3cfc00 /download | |
| parent | 6ad9bf3dbf3d27d4aa911a570c80ea1ee2dfb454 (diff) | |
Clarifications on download page: binary packages include RGL
Diffstat (limited to 'download')
| -rw-r--r-- | download/index.md | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/download/index.md b/download/index.md index e5bf68dba..ebaac94c3 100644 --- a/download/index.md +++ b/download/index.md @@ -3,16 +3,17 @@ title: Grammatical Framework Download and Installation ... **GF 3.10** was released on 2 December 2018. -It is the first version of GF which _does not include the RGL_. What's new? See the [release notes](release-3.10.html). ## Binary packages +These binary packages include both the GF core (compiler and runtime) as well as the pre-compiled RGL. + | Platform | Download | Features | How to install | |:----------------|:---------------------------------------------------|:---------------|:-----------------------------------| | macOS | [gf-3.10.pkg](gf-3.10.pkg) | GF, S, C, J, P | Double-click on the package icon | -| Ubuntu (32-bit) | [gf\_3.10-1\_i386.deb](gf_3.10-1_i386.deb) | GF, S, C, J, P | `sudo dpkg -i gf_3.10-1_i386.deb` | +| Ubuntu (32-bit) | [gf\_3.10-1\_i386.deb](gf_3.10-1_i386.deb) | GF, S, C, J, P | `sudo dpkg -i gf_3.10-1_i386.deb` | | Ubuntu (64-bit) | [gf\_3.10-1\_amd64.deb](gf_3.10-1_amd64.deb) | GF, S, C, J, P | `sudo dpkg -i gf_3.10-1_amd64.deb` | | Windows | [gf-3.10-bin-windows.zip](gf-3.10-bin-windows.zip) | GF, S | `unzip gf-3.10-bin-windows.zip` | @@ -66,12 +67,10 @@ normal circumstances the procedure is fairly simple: 3. On Linux: install some C libraries from your Linux distribution (see note below) 4. `cabal install gf` -Note that this installs GF _without_ the RGL. - -You can also download full source packages from GitHub at the following links: +This installs the GF executable and Haskell libraries, but **does not include the RGL**. -- [GF releases](https://github.com/GrammaticalFramework/gf-core/releases) -- [RGL releases](https://github.com/GrammaticalFramework/gf-rgl/releases) +You can also download the source code release from [GitHub](https://github.com/GrammaticalFramework/gf-core/releases), +and follow the instructions below under **Installing from the latest developer source code**. ### Notes @@ -166,6 +165,7 @@ make ``` in the RGL folder. +This assumes that you already have GF installed. For more details about building the RGL, see the [RGL README](https://github.com/GrammaticalFramework/gf-rgl/blob/master/README.md). ## Older releases |
