# HG changeset patch # User bernhardlutz # Date 1390387562 18000 # Node ID ddc6b00eb6bdc6297cdbd288e9655d54c839937f # Parent cf9f34d6307edd8734e3315fba5dc725ecdf3e15 Uploaded diff -r cf9f34d6307e -r ddc6b00eb6bd tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Wed Jan 22 05:46:02 2014 -0500 @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + ftp://ftp.gnu.org/gnu/readline/readline-6.2.tar.gz + $INSTALL_DIR + + ./configure CPPFLAGS=-I$NCURSES_INCLUDE --prefix $INSTALL_DIR + + make SHLIB=-lncurses + make install + + $INSTALL_DIR/include + $INSTALL_DIR/lib + $INSTALL_DIR/bin + $INSTALL_DIR/bin + + + + The GNU Readline library provides a set of functions for use by applications that allow users to edit command lines as they are typed in. + www.gnu.org/software/readline + + +