summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authoraarne <aarne@cs.chalmers.se>2008-06-27 17:34:17 +0000
committeraarne <aarne@cs.chalmers.se>2008-06-27 17:34:17 +0000
commit00e274003989052256a791a20ce0bebda4265958 (patch)
tree3a19c22ca1b47dce60518a7f7d0b8e54f062bc1c /src
parentf6b10c52145d247ea2ec9dc60cdd195db25ef98a (diff)
updated readme and install
Diffstat (limited to 'src')
-rw-r--r--src/INSTALL22
1 files changed, 5 insertions, 17 deletions
diff --git a/src/INSTALL b/src/INSTALL
index ef7949b07..2a37e815a 100644
--- a/src/INSTALL
+++ b/src/INSTALL
@@ -1,4 +1,4 @@
-To make and install GF (Updated for version 2.4).
+To make and install GF (Updated for version 2.4 and 3.0beta).
1. Unpack GF and go to the source directory (the place where this
INSTALL file is - so you have probably done this already!)
@@ -24,10 +24,6 @@ To make and install GF (Updated for version 2.4).
./configure --prefix=/usr
- To compile on Chalmers Solaris systems using VCS, use this configuration:
-
- ./configure CPPFLAGS="`lib__readline -I` `lib__ncurses -I`" LDFLAGS="`lib__readline -l` `lib__ncurses -l`"
-
If you experience problems with readline, try:
./configure --with-readline=no
@@ -68,26 +64,18 @@ To make and install GF (Updated for version 2.4).
-- when gf has started and shows the prompt >:
- > parse "this cheese is very very Italian" | tree_bank
+ > parse "this cheese is very very Italian" | linearize -treebank
-- this is the response from GF:
Is (This Cheese) (Very (Very Italian))
this cheese is very very Italian
questo formaggio è molto molto italiano
-10. If you want to run the Java GUI, go back to $GFHOME/src directory
- and also do
-
- make install-java
-
- Test the GUI with some grammars:
+ > generate_random | linearize -treebank
- cd ../examples/letter
- gf <mkLetter.gfs
- jgf Letter.gfcm
+ > help
- When the window opens, push the Random button.
-Author: Aarne Ranta, Björn Bringert 8/11/2004 -- 26/01/2006 -- 3/9/2007
+Author: Aarne Ranta, Björn Bringert 8/11/2004 -- 26/01/2006 -- 27/6/2008