您当前的位置: 首页 >  linux

柳鲲鹏

暂无认证

  • 0浏览

    0关注

    4642博文

    0收益

  • 0浏览

    0点赞

    0打赏

    0留言

私信
关注
热门博文

LINUX下载编译libcurl

柳鲲鹏 发布时间:2020-05-14 23:08:05 ,浏览量:0

  • 下载编译openssl

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

  • 下载编译libssh2

https://quantum6.blog.csdn.net/article/details/106130240

  • 下载

https://curl.haxx.se/download.html

  • 解压
  • 编译
BUILD_LIBS=${HOME}/build_libs
 
./configure \
     --prefix=${BUILD_LIBS} \
     --with-ssl=${BUILD_LIBS}/openssl \
     --with-libssh2=${BUILD_LIBS} \
     --with-zlib \
    CFLAGS=-fPIC \
    --enable-shared
 
make
make install

实际编译中,prefix设置无效,需要:

sudo make install

关注
打赏
1665724893
查看更多评论
立即登录/注册

微信扫码登录

0.0488s