You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/gf-developers.t2t
+39-22Lines changed: 39 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -150,19 +150,23 @@ Open a terminal, go to the top directory (``gf-core``), and type the following c
150
150
$ stack install
151
151
```
152
152
153
-
It will install GF and all necessary tools and libraries to do that.
154
-
155
-
156
153
=== Alternative: use Cabal ===
157
-
You can also install GF using Cabal, if you prefer Cabal to Stack. In that case, you may need to install some prerequisites yourself.
154
+
155
+
If you prefer Cabal, then you just need to manually choose a suitable GHC to build GF. We recommend GHC 9.6.7, see other supported options in [gf.cabal https://github.com/GrammaticalFramework/gf-core/blob/master/gf.cabal#L14].
158
156
159
157
The actual installation process is similar to Stack: open a terminal, go to the top directory (``gf-core``), and type the following command.
160
158
161
159
```
162
160
$ cabal install
163
161
```
164
162
165
-
//The old (potentially outdated) instructions for Cabal are moved to a [separate page ../doc/gf-developers-old-cabal.html]. If you run into trouble with ``cabal install``, you may want to take a look.//
163
+
=== Nix ===
164
+
165
+
As of 3.12, GF can also be installed via Nix. You can install GF from github with the following command:
0 commit comments