码迷,mamicode.com
首页 >  
搜索关键字:源码部署 cmake    ( 2119个结果
napi hello world
目录下的文件 build-node-addon-api-with-cmake.node CMakeLists.txt hello.cc hello.js package.json build-node-addon-api-with-cmake.node 为 npm run install后生成的 n ...
分类:Windows程序   时间:2020-11-04 19:08:43    阅读次数:27
Windows下用CMake编译 libuv
简单对比下几个常用的几个异步事件库 libuv支持在Windows下支持IOCP,Linux下支持epoll,BSD系支持kqueue libev在Linux下支持epoll,BSD系支持kqueue,但在Windows只能select libevent支持在Windows下支持IOCP(但是据说支 ...
分类:Windows程序   时间:2020-10-30 12:06:21    阅读次数:25
VS2017 CMake配置
"configurations": [ { "name": "x86-Release", "generator": "Ninja", "configurationType": "Release", "inheritEnvironments": [ "msvc_x86" ], "buildRoot": ...
分类:其他好文   时间:2020-10-29 09:37:56    阅读次数:17
【Dlib】Ubuntu16.04 cmake源码编译dlib C++
环境:Ubuntu 16.04 Cmake 3.10 一、下载源码 到官网http://dlib.net/或者github上https://github.com/davisking/dlib下载源码。 我这里下载的是dlib-19.18版本。 二、Cmake 解压源码。 tar xvf dlib-1 ...
分类:编程语言   时间:2020-10-18 09:44:21    阅读次数:25
MySQL安装-源码编译安装MySQL(4)
下载源码包安装必备软件yum-yinstallgccgcc-c++ncursesncurses-develmakeopenssl-develbisoncmake添加账号groupaddmysqluseradd-r-gmysql-s/bin/falsemysql解压软件包tarxvfmysql-boost-5.7.20.tar.gzCMAKE编译cmake.-DDOWNLOAD_BOOST=1-DC
分类:数据库   时间:2020-10-06 20:05:48    阅读次数:29
llvm clang的编译和安装
获取源码 git clone https://github.com/llvm/llvm-project.git 相关依赖安装 apt-get update apt-get install -y git vim build-essential gcc-6 g++-6 cmake swig python ...
分类:其他好文   时间:2020-09-24 21:21:45    阅读次数:37
我的UOS生活
快四十的人了,还是小孩子脾气。美国领导层要和我们打冷战,那就打吧。先从电脑开始脱钩,Windows 我要减低依赖,所以我就开始用UOS了。用了有一个星期了,UOS勉强能用大部分开发的事情命令行解决,vscode 和命令行结合的也不错。写c++, cmake 走起写c#,dotnet 走起git 命令... ...
分类:其他好文   时间:2020-09-18 01:23:48    阅读次数:37
Compile error: Cannot find a C++ compiler that supports both C++11 and the specified C++ flags
reno@MyComputer:~/tools/cmake-3.12.4$ ./configure CMake 3.12.4, Copyright 2000-2018 Kitware, Inc. and Contributors C compiler on this system is: cc Er ...
分类:编程语言   时间:2020-09-18 01:02:04    阅读次数:40
cmake中的zlib的设置方法----Target "xxxxx" links to target "ZLIB::ZLIB" but the target was not found
问题: AUTOGEN: No valid Qt version found for target opencv_opencl. AUTOMOC, AUTOUIC and AUTORCC disabled. Consider adding: find_package(Qt<QTVERSION> CO ...
分类:其他好文   时间:2020-09-15 21:09:32    阅读次数:39
C/C++工程管理:makefile模板
C/C++工程,代码文件一旦多起来,需要考虑怎样有效的组织管理它们。多数情况下可以用CMake构建,少数时候例如嵌入式linux平台,用cmake也是完全没有问题的,但总是有工程师喜欢坚持用makefile,我不知道和u-boot使用makefile有没有关系,但如果坚持要用makefile,我认为 ...
分类:编程语言   时间:2020-09-11 14:12:08    阅读次数:33
2119条   上一页 1 ... 4 5 6 7 8 ... 212 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!