从https://github.com/qiniu/c-sdk
这里下载了源码后,怎么编译,我想问官方自己有没有下载下来测试编译过,100%没有吧,教程也没有,文档也没什么,怎么去编译,cmakelists文件什么的也没有,什么都没有,这是个什么情况?
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