diff options
| author | bringert <unknown> | 2005-05-10 11:07:45 +0000 |
|---|---|---|
| committer | bringert <unknown> | 2005-05-10 11:07:45 +0000 |
| commit | 75f12f69e3c00eb6e6beec3f027cb2264cd3ea60 (patch) | |
| tree | c78cdfa061b89ae936e22e15c50df934b845dbb9 /src | |
| parent | 09efc28c0116400801c6a36c61a8f9749d994eac (diff) | |
Updated INSTALL, removing difference between windows and unix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/INSTALL | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/INSTALL b/src/INSTALL index 42d1eac22..c53e87897 100644 --- a/src/INSTALL +++ b/src/INSTALL @@ -28,12 +28,11 @@ To make and install GF2 (Version 2.1, 8/11/2004). ./configure CPPFLAGS="`lib__readline -I` `lib__ncurses -I`" LDFLAGS="`lib__readline -l` `lib__ncurses -l`" -5. Compile with make, either of +5. Compile with make: - make unix -- for Linux, Solaris, Mac OSX - make windows -- for MS Windows + make - The binary is sent to the file GF-2.1/bin/gf + The binary is sent to the file GF/bin/gf 6. For a quick test: load a grammar package from |
