An open API service indexing awesome lists of open source software.

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

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
```