diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -56,12 +56,17 @@ a loader argument valid for the use with cc(1), e.g.: -lgdbm-1.8. | |||
56 | Build gdbmexport with the gdbm library from the specified directory. | 56 | Build gdbmexport with the gdbm library from the specified directory. |
57 | 57 | ||
58 | ** --gdbm183-includedir=DIR | 58 | ** --gdbm183-includedir=DIR |
59 | 59 | ||
60 | Build gdbmexport with gdbm.h from the specified directory. | 60 | Build gdbmexport with gdbm.h from the specified directory. |
61 | 61 | ||
62 | ** --without-readline | ||
63 | |||
64 | Don't compile GNU Readline support. By default, configure enables | ||
65 | line-editing support if GNU Readline is available on the system. | ||
66 | |||
62 | * Installation | 67 | * Installation |
63 | 68 | ||
64 | make install | 69 | make install |
65 | 70 | ||
66 | * Bug reporting | 71 | * Bug reporting |
67 | 72 | ||