xsigus24's picture
Upload folder using huggingface_hub
1d777c4
raw
history blame contribute delete
512 Bytes
###########################################################################
# 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}