diff options
| author | Inari Listenmaa <inari.listenmaa@gmail.com> | 2021-07-25 15:37:12 +0800 |
|---|---|---|
| committer | Inari Listenmaa <inari.listenmaa@gmail.com> | 2021-07-25 15:37:12 +0800 |
| commit | 810640822dc3047af8fd9d7988e3f2423595c7b2 (patch) | |
| tree | 49973245f65bdf6364a764a38d022fb722479edb /download | |
| parent | ed799559318f0316bd44a4950c5ad7ff32b418a3 (diff) | |
Update documentation for release 3.11
Diffstat (limited to 'download')
| -rw-r--r-- | download/index-3.11.md | 22 | ||||
| -rw-r--r-- | download/index.html | 4 | ||||
| -rw-r--r-- | download/release-3.11.md | 4 |
3 files changed, 17 insertions, 13 deletions
diff --git a/download/index-3.11.md b/download/index-3.11.md index 0ebf0f031..4f2798a0a 100644 --- a/download/index-3.11.md +++ b/download/index-3.11.md @@ -1,8 +1,9 @@ --- title: Grammatical Framework Download and Installation -... +date: 25 July 2021 +--- -**GF 3.11** was released on ... December 2020. +**GF 3.11** was released on 25 July 2021. What's new? See the [release notes](release-3.11.html). @@ -24,22 +25,25 @@ Binary packages are available for Debian/Ubuntu, macOS, and Windows and include: Unlike in previous versions, the binaries **do not** include the RGL. -[Binary packages on GitHub](https://github.com/GrammaticalFramework/gf-core/releases/tag/RELEASE-3.11) +[Binary packages on GitHub](https://github.com/GrammaticalFramework/gf-core/releases/tag/3.11) #### Debian/Ubuntu +There are two versions: `gf-3.11-ubuntu-18.04.deb` for Ubuntu 18.04 (Cosmic), and `gf-3.11-ubuntu-20.04.deb` for Ubuntu 20.04 (Focal). + To install the package use: + ``` -sudo dpkg -i gf_3.11.deb +sudo apt-get install ./gf-3.11-ubuntu-*.deb ``` -The Ubuntu `.deb` packages should work on Ubuntu 16.04, 18.04 and similar Linux distributions. +<!-- The Ubuntu `.deb` packages should work on Ubuntu 16.04, 18.04 and similar Linux distributions. --> #### macOS To install the package, just double-click it and follow the installer instructions. -The packages should work on at least 10.13 (High Sierra) and 10.14 (Mojave). +The packages should work on at least Catalina and Big Sur. #### Windows @@ -49,7 +53,7 @@ You will probably need to update the `PATH` environment variable to include your For more information, see [Using GF on Windows](https://www.grammaticalframework.org/~inari/gf-windows.html) (latest updated for Windows 10). -## Installing the latest Hackage release (macOS, Linux, and WSL2 on Windows) +<!--## Installing the latest Hackage release (macOS, Linux, and WSL2 on Windows) [GF is on Hackage](http://hackage.haskell.org/package/gf), so under normal circumstances the procedure is fairly simple: @@ -89,7 +93,7 @@ Here is one way to do this: **GHC version** The GF source code has been updated to compile with GHC versions 7.10 through to 8.8. - +--> ## Installing from the latest developer source code If you haven't already, clone the repository with: @@ -116,7 +120,7 @@ or, if you're a Stack user: stack install ``` -The above notes for installing from source apply also in these cases. +<!--The above notes for installing from source apply also in these cases.--> For more info on working with the GF source code, see the [GF Developers Guide](../doc/gf-developers.html). diff --git a/download/index.html b/download/index.html index eb32412f8..810537bd8 100644 --- a/download/index.html +++ b/download/index.html @@ -1,8 +1,8 @@ <html> <head> - <meta http-equiv="refresh" content="0; URL=/download/index-3.10.html" /> + <meta http-equiv="refresh" content="0; URL=/download/index-3.11.html" /> </head> <body> - You are being redirected to <a href="index-3.10.html">the current version</a> of this page. + You are being redirected to <a href="index-3.11.html">the current version</a> of this page. </body> </html> diff --git a/download/release-3.11.md b/download/release-3.11.md index 2e9de41a9..66d0c6ce1 100644 --- a/download/release-3.11.md +++ b/download/release-3.11.md @@ -1,7 +1,7 @@ --- title: GF 3.11 Release Notes -date: ... July 2021 -... +date: 25 July 2021 +--- ## Installation |
