码迷,mamicode.com
首页 > 其他好文 > 详细

cmake::helloworld

时间:2019-06-15 18:55:07      阅读:102      评论:0      收藏:0      [点我收藏+]

标签:file   pre   com   sts   span   class   libcurl   alt   cpp   

 

ubuntu16.04 

cmake安装

apt-get install cmake

 

1、创建 CMakeLists.txt , main.cpp

技术图片

 

技术图片

 

2、cmake . 生成 makefile

技术图片

 

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

  locate libcurl.so.4

技术图片

技术图片

 

4、cmake . 重新生成makefile

技术图片

 

5、make 生成可执行文件

技术图片

 

cmake::helloworld

标签:file   pre   com   sts   span   class   libcurl   alt   cpp   

原文地址:https://www.cnblogs.com/osbreak/p/11028447.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!