当前位置: 首页 > 工具软件 > libssh2.nim > 使用案例 >

LINUX下载编译libssh2

干鑫鹏
2023-12-01
  • 下载编译openssl

https://blog.csdn.net/quantum7/article/details/104086731

  • 下载

http://www.libssh2.org/download

  • 解压
  • 编译
BUILD_LIBS=${HOME}/build_libs

./configure \
     --prefix=${BUILD_LIBS} \
     --with-libssl-prefix=/usr/local/openssl

make
make install

 

 类似资料: