summaryrefslogtreecommitdiff
path: root/download
diff options
context:
space:
mode:
authorJohn J. Camilleri <john@digitalgrammars.com>2018-07-26 01:37:03 +0200
committerJohn J. Camilleri <john@digitalgrammars.com>2018-07-26 01:37:03 +0200
commit636a8142b4ef3950d4d0e04b0be872590a204520 (patch)
treecffa5b91d66a84c6876bcadba3903768f5bfaa2a /download
parent59e66adb3500b70b40180b9010004e56a9a472ac (diff)
Minimal update with new repo URLs & build instructions
Diffstat (limited to 'download')
-rw-r--r--download/index.t2t26
1 files changed, 19 insertions, 7 deletions
diff --git a/download/index.t2t b/download/index.t2t
index 394739fd9..d39fffb17 100644
--- a/download/index.t2t
+++ b/download/index.t2t
@@ -55,7 +55,7 @@ Linux distributions.
The packages for macOS (Mac OS X) should work on at
least 10.11 and 10.12 (El Capitan and Sierra).
-%(*) **Note** that for compatibility with OS X 10.11 and newer,
+%(*) **Note** that for compatibility with OS X 10.11 and newer,
%``gf-3.9.pkg`` will install the ``gf`` executable in ``/usr/local/bin``
%instead of ``/usr/bin``, so make sure ``/usr/local/bin`` is in your ``$PATH``.
%Also, if you still have an older version of GF installed in ``/usr/bin``,
@@ -143,22 +143,34 @@ The first time:
%, assuming you already have the Haskell Platform and darcs
```
- git clone https://github.com/GrammaticalFramework/GF.git
- cd GF
+ git clone https://github.com/GrammaticalFramework/gf-core.git
+ cd gf-core
cabal install
```
+and
+
+```
+ git clone https://github.com/GrammaticalFramework/gf-rgl.git
+ cd gf-rgl
+ make
+```
+
Subsequently:
```
- cd GF
+ cd gf-core
git pull
cabal install
```
-%Alternatively, you can get the code from the
-%[GF GitHub https://github.com/GrammaticalFramework/GF/] mirror, which is
-%updated nightly.
+and
+
+```
+ cd gf-rgl
+ git pull
+ make
+```
The above notes for installing from source apply also in these cases.
For more info on working with the GF source code, see the