随笔分类 -  CMake初识

CMake使用流程
摘要:安装 tar -xvf cmake-3.9.2.tar.gz cd cmake-3.9.2 ./configure --prefix=/usr/local/cmake gmake gmake install 安装完后,执行cmake --version会报如下错误 CMake Error: Coul 阅读全文

posted @ 2021-07-13 08:59 lodger47 阅读(522) 评论(0) 推荐(0)

导航