# cmq-cpp-sdk **Repository Path**: mirrors_tencentyun/cmq-cpp-sdk ## Basic Information - **Project Name**: cmq-cpp-sdk - **Description**: CMQ C++ SDK - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-18 - **Last Updated**: 2025-08-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # qcloud-cmq 腾讯云 CMQ 消息队列 c++ sdk, http 同步模式 ## installation ``` git clone https://github.com/tencentyun/cmq-cpp-sdk ``` ## dependency - [libcurl](https://curl.haxx.se/libcurl/) you can get libcurl: ``` ubuntu apt-get install libcurl4-openssl-dev centos yum install libcurl-devel ``` - [openssl](https://www.openssl.org/) you can get openssl: ``` ubuntu apt-get install libssl-dev centos yum install openssl ``` ## build tool - [cmake](https://cmake.org/) you can get cmake : ``` ubuntu apt-get install cmake centos yum install cmake ``` ## Compile ``` cmake . make ```