search

Home  >  Q&A  >  body text

七牛云存储 - 七牛 C/C++ SDK 如何编译动态库文件?

从https://github.com/qiniu/c-sdk

这里下载了源码后,怎么编译,我想问官方自己有没有下载下来测试编译过,100%没有吧,教程也没有,文档也没什么,怎么去编译,cmakelists文件什么的也没有,什么都没有,这是个什么情况?

大家讲道理大家讲道理2805 days ago550

reply all(1)I'll reply

  • PHP中文网

    PHP中文网2017-04-17 13:55:29

    I did a rough scan and there is still a Makefile. Can you try following the general make process?

    ./configure
    make 
    make install
    

    I took a look at it and it still gave me the address of the document:
    http://developer.qiniu.com/code/v6/sdk/cpp.html

    reply
    0
  • Cancelreply