mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 19:22:50 -06:00
Download page: some more details on how to install the from darcs repository
This commit is contained in:
@@ -81,12 +81,26 @@ them manually. Here is one way to do this:
|
|||||||
- [GF 3.1 old-index.html] (December 2009).
|
- [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]
|
[www.grammaticalframework.org http://www.grammaticalframework.org]
|
||||||
|
|||||||
Reference in New Issue
Block a user