summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/INSTALL8
1 files changed, 8 insertions, 0 deletions
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