Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 331 Bytes

README.md

File metadata and controls

33 lines (26 loc) · 331 Bytes

ccutil

this is c++ toolkit

Usage

git clone [email protected]:haormj/ccutil.git

http library

cd ccutil/module/http
mkdir build
cd build
cmake ..
make 
make test
make install

vision library

cd ccutil/module/vision
mkdir build
cd build
cmake ..
make 
make test
make install