1
0
forked from GitHub/gf-core

Download page: some more details on how to install the from darcs repository

This commit is contained in:
hallgren
2011-01-03 14:42:11 +00:00
parent 02c778356d
commit ac52ae805d

View File

@@ -81,12 +81,26 @@ them manually. Here is one way to do this:
- [GF 3.1 old-index.html] (December 2009).
==Latest developer code==
==Installing from the latest developer code==
The first time:
```
darcs get --lazy http://www.grammaticalframework.org/
darcs get --lazy http://www.grammaticalframework.org/ GF
cd GF
cabal install
```
Subsequently:
```
cd GF
darcs pull -a
cabal install
```
The above notes for installing from source apply also in this case.
--------------------
[www.grammaticalframework.org http://www.grammaticalframework.org]