CPPDB是一个开源的访问MySQL和其他一些数据库的C++类库。
Build Process
Download latest version of CppDB or fetch one from SVN using subverision:
$ svn co http://cppcms.svn.sourceforge.net/svnroot/cppcms/cppdb/trunk cppdb-trunk
Go to the created directory and make build directory and go to it.
$ cd cppdb-trunk
$ mkdir build
$ cd build
Run cmake with all options you need and then make, make install
$ cmake -DCMAKE_INSTALL_PREFIX=/usr ..
$ make
# make install
本文介绍了CPPDB,一个开源的C++类库,用于访问MySQL和其他数据库。提供了从SVN获取源代码、构建过程到安装的详细步骤。
2084

被折叠的 条评论
为什么被折叠?



