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
- Host: GitHub
- URL: https://github.com/lrf141/ktkit
- Owner: lrf141
- License: mit
- Created: 2021-05-30T06:48:28.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-03-05T07:04:40.000Z (over 3 years ago)
- Last Synced: 2025-03-03T05:42:20.513Z (over 1 year ago)
- Language: C++
- Size: 35.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 ..
```