ubuntu下编译小知识点

Posted leon-fff

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ubuntu下编译小知识点相关的知识,希望对你有一定的参考价值。

1 #改变编译器选项
2 SET(CMAKE_C_COMPILER"g++")
3 #出现如下错误:添加C++11特性
4 #error: #error This file requires compiler and library support for the ISO C++ 2011 standard. This support must be enabled with the -std=c++11 or -std=gnu++11 compiler options.
5  #error This file requires compiler and library support 6 #添加如下语句
7 SET( CMAKE_CXX_FLAGS "-std=c++11 -O3")

 

以上是关于ubuntu下编译小知识点的主要内容,如果未能解决你的问题,请参考以下文章

如何在linux/ubuntu下编写c++网络通信代码

ubuntu环境下编译bitcoin(比特币)全过程

Ubuntu下编译AOSP步骤

Ubuntu下编译AOSP步骤

Ubuntu下编译AOSP步骤

ubuntu下编译qt5