基于mini2440嵌入式linux上整合一套Domoticz智能家居系统(三)编译并安装cmake和git工具

编译cmake和git很简单,把源代码解压后,进入源码目录,然后均进行如下安装:

./configure
make
make install

cmake-3.7.2主要是为编译boost-1.63而准备。
git-2.2.2主要是为编译domoticz而准备,因为编译domoticz的时候,cmake会使用git来确定并生成版本号信息头文件,如果没有这个工具,会编译失败,错误提示说缺少appversion.h。

猜你喜欢

转载自blog.csdn.net/sqshining/article/details/69661817