mysql++ 3.2.3 源码安装
时间:2018-06-18 01:08:37
收藏:0
阅读:448
https://tangentsoft.com/mysqlpp/home
下载 wget https://tangentsoft.com/mysqlpp/releases/mysql++-3.2.3.tar.gz
解压 tar -zxvf
进入目录 配置
./configure --help
./configure --prefix=/local/mysql++ --with-mysql=/app/mysql/mysql_home --with-mysql-lib=/app/mysql/mysql_home/lib/ --with-mysql-include=/app/mysql/mysql_home/include
make
make install
完毕
原文:https://www.cnblogs.com/heling/p/9194188.html
评论(0)