diff options
| author | John J. Camilleri <john@digitalgrammars.com> | 2018-11-03 14:34:26 +0100 |
|---|---|---|
| committer | John J. Camilleri <john@digitalgrammars.com> | 2018-11-03 14:34:26 +0100 |
| commit | 0b4d9cbea15448e22642c55d6cf2f0bfd022e511 (patch) | |
| tree | 6a168d790cef9f6610490e3813d84df88de7a902 /download | |
| parent | 1010b9e49a1a8b376e3e7e8be10dee730a489f0f (diff) | |
Add note about using Stack in download/index
Diffstat (limited to 'download')
| -rw-r--r-- | download/index.t2t | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/download/index.t2t b/download/index.t2t index d39fffb17..281c874cf 100644 --- a/download/index.t2t +++ b/download/index.t2t @@ -176,6 +176,11 @@ 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]. +==Using Stack== + +You can also use [Stack https://www.haskellstack.org] to compile GF, just replace ``cabal install`` above +with ``stack install`` (assuming you already have Stack set up). + ==Older releases== - [GF 3.8 index-3.8.html] (June 2016) |
