Projects STRLCPY dolt Files
🤬
29 lines | ISO-8859-1 | 619 bytes

General

This code uses git submodules. You need to recursively pull all the submodules in order for it to build.

Building on OS X

$ brew install cmake openssl mysql-client boost
$ export PATH=/usr/local/Cellar/mysql-client/8.0.21/bin/:"$PATH"
$ mkdir _build
$ cd _build
$ cmake .. -DWITH_SSL=/usr/local/Cellar/[email protected]/1.1.1g/ -DWITH_JDBC=yes
$ make -j 10

TODO: These instructions are coupled to openssl and mysql-client version that happen to be installed...

Build on Ubuntu / Debian

$ apt-get install g++ cmake libmysqlcppconn-dev
$ mkdir _build
$ cd _build
$ cmake ..
$ make -j 10
Please wait...
Page is in error, reload to recover