# cdeps
**Repository Path**: kevin158/cdeps
## Basic Information
- **Project Name**: cdeps
- **Description**: 包括一些开源的库,比如cppjson,googletest,re2,simplelog,tinyxml2
- **Primary Language**: C++
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 1
- **Created**: 2017-06-22
- **Last Updated**: 2020-12-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
cdeps
====
为了管理公共依赖的第三方库,建立这个工程。
#功能介绍
* cppjson
* simplelog
* re2
* googletest
#开发成员
Kevin : 421093703@qq.com
#手动本地编译
mkdir build
cd build
cmake ..
make
make install
#交叉编译
手动安装
从服务器100.81.153.60:/workspace/haisheng.yhs/ctc-linux64-atom-2.5.2.74.zip下载到本地
unzip ctc-linux64-atom-2.5.2.74.zip -d /root/
export CTC_ATOM_HOME=/root/ctc-linux64-atom-2.5.2.74
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/root/local -DCMAKE_TOOLCHAIN_FILE=pepper-toolchain.cmake ..
make
make install