envs_1 / janus /lib /pkgconfig /readline.pc
ZTWHHH's picture
Add files using upload-large-folder tool
dc92276 verified
raw
history blame
323 Bytes
prefix=/root/envs/janus
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: Readline
Description: Gnu Readline library for command line editing
URL: http://tiswww.cwru.edu/php/chet/readline/rltop.html
Version: 8.2
Requires.private: tinfo
Libs: -L${libdir} -lreadline
Cflags: -I${includedir}