Spaces:
Sleeping
Sleeping
File size: 388 Bytes
1d777c4 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
prefix=/home/simon/prog/text-generation-webui/installer_files/env
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: libedit
Description: command line editor library provides generic line editing, history, and tokenization functions.
Version: 3.1
Requires:
Libs: -L${libdir} -ledit
Libs.private: -ltinfo
Cflags: -I${includedir} -I${includedir}/editline
|