cmake的用法,在一些新版本的软件中已经不再使用./configure 来编译了,开始使用cmake来编译,cmake要从网上下载,然后编译安装即可.
cmake用-D来指定变量,目前常用的是指定文件或者是目录的安装位置,如:
cmake -DCMAKE_INSTALL_PREFIX=/data/mysql/ -Dwith-mysqli=/data/mysql/bin/mysql_config && make && make && make install
阅读(941) | 评论(0) | 转发(0) |