From a9b2f69c3a20956b4630dffd7ad741f4f08718a8 Mon Sep 17 00:00:00 2001 From: aarne Date: Fri, 2 Apr 2004 12:35:23 +0000 Subject: Beta. --- src/INSTALL | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'src/INSTALL') diff --git a/src/INSTALL b/src/INSTALL index 1478a254f..5f6e5c38f 100644 --- a/src/INSTALL +++ b/src/INSTALL @@ -20,15 +20,15 @@ To make and install GF2 (Version 2-beta, 2/4/2004). 4. For a quick test: start GF2, load a grammar and parse a string: - cd GF2/grammars/basic - ../../bin/gf2 + cd ../grammars/basic + ../../bin/gf2 English.gf -- when GF2 has started and shows the prompt >: > p "every number is even or odd" -- this is the response from GF2: PredA1 (Every Number) (DisjA1 Even Odd) -5. If you want to run the Java GUI, also do +5. If you want to run the Java GUI, go back to GF2/src and also do make install-java @@ -36,8 +36,10 @@ To make and install GF2 (Version 2-beta, 2/4/2004). the value of GFHOME to the location of your GF2/bin directory. Test the GUI with some grammars: - cd GF2/grammars/letter + cd ../grammars/letter ../../bin/gf2