Skip to content

tencentyun/cmq-cpp-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qcloud-cmq

腾讯云 CMQ 消息队列 c++ sdk, http 同步模式

installation

git clone https://github.com/tencentyun/cmq-cpp-sdk

dependency

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 

build tool

you can get cmake :

ubuntu 
apt-get install cmake 
centos
yum install cmake 

Compile

cmake .
make 

Releases

No releases published

Packages

No packages published

Languages