Spaces:
Runtime error
Runtime error
| ########################################################################### | |
| # 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} | |