From 5a9ec2714301cfee4c3a557cc3c966494c802f32 Mon Sep 17 00:00:00 2001 From: janna Date: Sun, 16 Oct 2005 20:16:05 +0000 Subject: *** empty log message *** --- src/INSTALL | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src') diff --git a/src/INSTALL b/src/INSTALL index c53e87897..436aacb65 100644 --- a/src/INSTALL +++ b/src/INSTALL @@ -28,6 +28,14 @@ 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`" + If you experience problems with readline, try: + + ./configure --with-readline=no + + You may need to run "make clean" after ./configure when you change the + readline setting. + + 5. Compile with make: make -- cgit v1.2.3