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

https://github.com/lrf141/ktkit

kentsu no tool-kit
https://github.com/lrf141/ktkit

Last synced: about 1 year ago
JSON representation

kentsu no tool-kit

Awesome Lists containing this project

README

          

# ktkit
kentsu no tool-kit

## Resolve dependency
### Ubuntu
```
$ sudo apt install libboost-dev libboost-program-options-dev
```

### macOS
```
$ brew install boost
```

### Download mysql-community-client-plugin
[Official mysql-community-client-plugin Download site](https://dev.mysql.com/downloads/mysql/5.5.html?os=31&version=5.1)

### Download Connector/C++

[Official MySQL Connector/C++ Download site](https://downloads.mysql.com/archives/c-cpp/)
Warning: download and install all packages
## How to build
```
$ mkdir build && cd $_
$ cmake ..
```