码迷,mamicode.com
首页 >  
搜索关键字:curses not found cmake    ( 8517个结果
Solving Konqueror cannot display Chinese
Just installed the KDE on my Ubuntu, and the Internet explorer comes with the KDE is the Konqueror, however the first time I was using the Konqueror found it cannot display the Chinese properly, all becomes gubbish characters, found the solution by google...
分类:其他好文   时间:2014-09-10 12:36:20    阅读次数:253
在CentOS 6.3中安装与配置cmake
安装说明安装环境:CentOS-6.3安装方式:源码编译安装软件:cmake-2.8.10.2.tar.gz下载地址:http://www.cmake.org/cmake/resources/software.html安装前提系统中已经安装了g++和ncurses-devel,如果没有安装使用下面的...
分类:其他好文   时间:2014-09-10 12:16:40    阅读次数:249
nginx FastCGI错误Primary script unknown解决办法
在centos上成功编译安装nginx 1.4、php 5.4并成功启动nginx和php-fpm后,访问php提示"File not found.",同时在错误日志中看到:复制代码 代码如下:2013/10/22 20:05:49 [error] 12691#0: *6 FastCGI sent ...
分类:其他好文   时间:2014-09-10 12:05:20    阅读次数:169
Spark of work
Today I attended a meeting of reviewing code, and I learned a lot from it. In the discuss, we found out a problem that our program didn't have a good ...
分类:其他好文   时间:2014-09-09 22:49:59    阅读次数:220
编译安装mysql 5.6
yum?-y?install?make?gcc-c++?cmake?bison-devel??ncurses-devel 下载MySQL 5.6.14 wget?http://cdn.mysql.com/Downloads/MySQL-5.6/mysql-5.6.14.tar.gz tar?xvf?mysql-5.6.14.tar.gz cd?mysql-5.6...
分类:数据库   时间:2014-09-09 16:24:39    阅读次数:271
Symbol(s) not found for architecture arm64
修改 Project --> BuildSetting --》Architectures:Build Active Architecture Only = YES;Valid Architectures = arm64 armv7 armv7s armv6;原文:http://stackoverfl...
分类:其他好文   时间:2014-09-09 15:44:09    阅读次数:203
cmake总结
无论生活还是工作上,做过的事,需要总结下。接触cmake,一般都会看一本书 >. 这是cmake的入门书。我就不多说了。下面说一下我对部分cmake命令的使用与理解,不正确的,请大家指点,谢谢!1. 所有的注释,都以#开头。#XXX Build Script#CMakeLists.txt##Copy...
分类:其他好文   时间:2014-09-09 11:55:28    阅读次数:177
利用cmake来搭建开发环境
对于经常在终端下写程序的non-windows程序员,Makefile绝对是最常用的工具,小到一个文件的简单的测试程序,大到数百个文件的商业软件,只需要有shell,一个make命令就可得到可运行的程序,Makefile绝对功不可没;可惜世界中不是那么太平,不但各个Posix系统的API千差万别,硬...
分类:其他好文   时间:2014-09-09 11:54:08    阅读次数:201
Qt 使用Opencv
1.Qt 安装在D:\Programs,一路安装就可以了2.Opencv解压到D:\Programs。3.下载安装CMake。http://www.cmake.org/cmake/resources/software.html3.添加PATH环境变量D:\Programs\Qt\Tools\ming...
分类:其他好文   时间:2014-09-08 09:35:36    阅读次数:258
no matching provisioning profiles found问题
下载真机调试证书,添加到organizer,添加完成后xcode还是找不到,真操蛋的bug,怎么都找不到,指定名称也不行,关了重开也不行最后clean一下项目 出来了 这个问题搞了我半天时间无语啊苹果的开发工具和微软比真不是一个级别。
分类:其他好文   时间:2014-09-08 06:25:56    阅读次数:146
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!