diff options
| author | bringert <unknown> | 2004-06-23 08:39:48 +0000 |
|---|---|---|
| committer | bringert <unknown> | 2004-06-23 08:39:48 +0000 |
| commit | 8443f8050033230f97fd40bf330708c41cecb64d (patch) | |
| tree | 866fe6d6184281ba76d0bde4c3f687f2416692a7 /src/INSTALL | |
| parent | 790621507558f626536e1666e471af484aa78278 (diff) | |
Added Solaris VCS configure instructions
Diffstat (limited to 'src/INSTALL')
| -rw-r--r-- | src/INSTALL | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/INSTALL b/src/INSTALL index c18be684d..1104771fd 100644 --- a/src/INSTALL +++ b/src/INSTALL @@ -24,6 +24,10 @@ To make and install GF2 (Version 2-beta, 2/4/2004). ./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`" + 5. Compile with make, either of make unix -- for Linux, Solaris, Mac OSX |
