文章来源: http://blog.csdn.net/varding/article/details/12675971 讲述了golang中的条件编译,摘要如下: 第一种条件编译的方法:编译标签 编译标签添加的规则(附上原文): 1. a build tag is evaluated as the OR of space-separated options2. each option evaluates as the AND of its comma-separated terms3. each
cmake Selecting Windows SDK version 10.0.17134.0 to target Windows 10.0.18362. == BUILD_VERSION: v2.5.5 OpenCV ARCH: x64 OpenCV RUNTIME: vc14 OpenCV STATIC: OFF Found OpenCV 3.3.0 in E:/Opencv/opencv3.3/opencv/build/x64/vc14/lib You might need to add
CMake Error at src/osgEarthDrivers/CMakeLists.txt:7 (PROJECT): The CMAKE_C_COMPILER: llvm-gcc-4.2 is not a full path and was not found in the PATH. 由于我是要为Windows平台上的osgEarth编译包,所以把OSG_BUILD_PLATGORM_IPHONE这一项置为OFF.