From 3dec78c21c29d78826d3e8f0074efb7e11ded287 Mon Sep 17 00:00:00 2001 From: "John J. Camilleri" Date: Wed, 5 Dec 2018 08:30:25 +0100 Subject: Clarifications on download page: binary packages include RGL --- download/index.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'download') 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 -- cgit v1.2.3