Spaces:
Runtime error
Runtime error
File size: 512 Bytes
1d777c4 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | ###########################################################################
# libssh2 installation details
###########################################################################
prefix=/home/simon/prog/text-generation-webui/installer_files/env
exec_prefix=${prefix}
libdir=${prefix}/lib
includedir=${prefix}/include
Name: libssh2
URL: https://www.libssh2.org/
Description: The SSH library
Version: 1.10.0
Requires.private: libssl,libcrypto
Libs: -L${libdir} -lssh2
Libs.private:
Cflags: -I${includedir}
|