diff options
| author | janna <unknown> | 2005-10-16 20:16:05 +0000 |
|---|---|---|
| committer | janna <unknown> | 2005-10-16 20:16:05 +0000 |
| commit | 5a9ec2714301cfee4c3a557cc3c966494c802f32 (patch) | |
| tree | 9e2094c5c9b68d1d9ba9402d029d73ed8ae5ad6b /src/INSTALL | |
| parent | 129c509516db3a0c9ac305db4ef8ba3fde8d8691 (diff) | |
*** empty log message ***
Diffstat (limited to 'src/INSTALL')
| -rw-r--r-- | src/INSTALL | 8 |
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 |
