mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-24 03:52:50 -06:00
Small fixes to gf-developers document
This commit is contained in:
@@ -178,7 +178,6 @@ case, all you need to do to compile and install GF, after downloading the
|
|||||||
source code as described above, is
|
source code as described above, is
|
||||||
|
|
||||||
```
|
```
|
||||||
$ cd GF
|
|
||||||
$ cabal install
|
$ cabal install
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -419,20 +418,21 @@ As of 2018-07-26, the RGL is distributed separately from the GF compiler and run
|
|||||||
=== Simple ===
|
=== Simple ===
|
||||||
To install the RGL, you can use the following commands from within the ``gf-rgl`` repository:
|
To install the RGL, you can use the following commands from within the ``gf-rgl`` repository:
|
||||||
```
|
```
|
||||||
make install
|
$ make install
|
||||||
```
|
```
|
||||||
There is also ``make build``, ``make copy`` and ``make clean`` which do what you might expect.
|
There is also ``make build``, ``make copy`` and ``make clean`` which do what you might expect.
|
||||||
|
|
||||||
=== Advanced ===
|
=== Advanced ===
|
||||||
|
For advanced build options, call the Haskell build script directly:
|
||||||
```
|
```
|
||||||
runghc Make.hs ...
|
$ runghc Make.hs ...
|
||||||
```
|
```
|
||||||
For more details see the [README https://github.com/GrammaticalFramework/gf-rgl/blob/master/README.md].
|
For more details see the [README https://github.com/GrammaticalFramework/gf-rgl/blob/master/README.md].
|
||||||
|
|
||||||
=== Haskell-free ===
|
=== Haskell-free ===
|
||||||
```
|
If you do not have Haskell installed, you can use the simple build script ``Make.sh``
|
||||||
./Make.sh
|
(or ``Make.bat`` for Windows).
|
||||||
```
|
|
||||||
|
|
||||||
== Creating binary distribution packages ==
|
== Creating binary distribution packages ==
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user