https://github.com/haormj/ccutil
this is c++ toolkit
https://github.com/haormj/ccutil
Last synced: 3 months ago
JSON representation
this is c++ toolkit
- Host: GitHub
- URL: https://github.com/haormj/ccutil
- Owner: haormj
- License: apache-2.0
- Created: 2020-04-24T23:25:10.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-19T23:59:10.000Z (about 5 years ago)
- Last Synced: 2025-01-13T20:14:58.317Z (5 months ago)
- Language: C++
- Size: 28.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## ccutil
this is c++ toolkit
### Usage
```shell
git clone [email protected]:haormj/ccutil.git
```#### http library
```shell
cd ccutil/module/http
mkdir build
cd build
cmake ..
make
make test
make install
```#### vision library
```shell
cd ccutil/module/vision
mkdir build
cd build
cmake ..
make
make test
make install
```