From 8443f8050033230f97fd40bf330708c41cecb64d Mon Sep 17 00:00:00 2001 From: bringert Date: Wed, 23 Jun 2004 08:39:48 +0000 Subject: [PATCH] Added Solaris VCS configure instructions --- src/INSTALL | 4 ++++ 1 file changed, 4 insertions(+) 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