forked from GitHub/gf-core
Change references to gf2 to gf.
This commit is contained in:
10
src/INSTALL
10
src/INSTALL
@@ -29,12 +29,12 @@ To make and install GF2 (Version 2-beta, 2/4/2004).
|
|||||||
make unix -- for Linux, Solaris, Mac OSX
|
make unix -- for Linux, Solaris, Mac OSX
|
||||||
make windows -- for MS Windows
|
make windows -- for MS Windows
|
||||||
|
|
||||||
The binary is sent to the file GF2/bin/gf2
|
The binary is sent to the file GF2/bin/gf
|
||||||
|
|
||||||
6. For a quick test: start GF2, load a grammar and parse a string:
|
6. For a quick test: start GF2, load a grammar and parse a string:
|
||||||
|
|
||||||
cd ../grammars/basic
|
cd ../grammars/basic
|
||||||
../../bin/gf2 English.gf
|
../../bin/gf English.gf
|
||||||
|
|
||||||
-- when GF2 has started and shows the prompt >:
|
-- when GF2 has started and shows the prompt >:
|
||||||
> p "every number is even or odd"
|
> p "every number is even or odd"
|
||||||
@@ -45,13 +45,13 @@ To make and install GF2 (Version 2-beta, 2/4/2004).
|
|||||||
|
|
||||||
make install-java
|
make install-java
|
||||||
|
|
||||||
Then edit the file GF2/bin/jgf2 by changing
|
Then edit the file GF2/bin/jgf by changing
|
||||||
the value of GFHOME to the location of your GF2/bin directory. Test the
|
the value of GFHOME to the location of your GF2/bin directory. Test the
|
||||||
GUI with some grammars:
|
GUI with some grammars:
|
||||||
|
|
||||||
cd ../grammars/letter
|
cd ../grammars/letter
|
||||||
../../bin/gf2 <mkLetter.gfs
|
../../bin/gf <mkLetter.gfs
|
||||||
../../bin/jgf2 Letter.gfcm
|
../../bin/jgf Letter.gfcm
|
||||||
|
|
||||||
When the window opens, push the Random button.
|
When the window opens, push the Random button.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user