腾讯云 CMQ 消息队列 c++ sdk, http 同步模式
git clone https://github.com/tencentyun/cmq-cpp-sdk
you can get libcurl:
ubuntu
apt-get install libcurl4-openssl-dev
centos
yum install libcurl-devel
you can get openssl:
ubuntu
apt-get install libssl-dev
centos
yum install openssl
you can get cmake :
ubuntu
apt-get install cmake
centos
yum install cmake
cmake .
make