%general-entities; ]> readline-&readline-version; Introduction to <application>readline</application> The readline library provides a set of functions for use by applications that allow users to edit command-lines as they are typed in. Both Emacs and vi editing modes are available. Package information Download (HTTP): Download (FTP): Download size: &readline-size; Estimated Disk space required: &readline-buildsize; Estimated build time: &readline-time; Installation of <application>readline</application> Install readline by running the following commands: ./configure --prefix=/usr && make SHLIB_LIBS=-lcurses && make install Command explanations make SHLIB_LIBS=-lcurses: This command makes the proper symbols available for applications that assume readline is compiled with ncurses links. Configuring <application>readline</application> Configuration Information Contents The readline package contains the libreadline libraries and libhistory libraries.