cmake::helloworld

 

ubuntu16.04 

cmake安装

apt-get install cmake

 

1、创建 CMakeLists.txt , main.cpp

cmake::helloworld

 

cmake::helloworld

 

2、cmake . 生成 makefile

cmake::helloworld

 

3、遇到错误cmake: /usr/local/lib/libcurl.so.4: no version information available (required by cmake)  -> 解决方案

  locate libcurl.so.4

cmake::helloworld

cmake::helloworld

 

4、cmake . 重新生成makefile

cmake::helloworld

 

5、make 生成可执行文件

cmake::helloworld

 

上一篇:Shell命令-搜索文件或目录之whereis、locate


下一篇:我应该如何在Java中使用getResource()?