码迷,mamicode.com
首页 >  
搜索关键字:the differents of make and cmake    ( 12893个结果
GNU Make中文手册(一)
根据最新版的GNU Make Manual进行翻译,现在只翻译了第一章,后面会陆续翻译,希望大家多提意见,为开源贡献力量。有愿意一起翻译的朋友,可以在github上直接fork。
分类:其他好文   时间:2014-05-10 01:42:38    阅读次数:1088
如何解决linux下apache启动时httpd: apr_sockaddr_info_get() failed for 报错
今天在家里的RHLE5.5上安装apache的时候,先用user1用户./configure命令配置,然后才用root用户make && make install,结果apache起来的时候就报如下错误: httpd: apr_sockaddr_info_get() failed forbogon....
分类:系统相关   时间:2014-05-10 01:41:36    阅读次数:574
make it clear how to use const in C++
1.first of all,take a lookup on the left side of keyword const.If there is something(type or pointer),then apply const featureto it.2.nothing found on...
分类:编程语言   时间:2014-05-06 00:38:25    阅读次数:361
QT环境搭建常见的bug解决 -->ld: cannot find –lbootstrap 错误
常见错误列表一、编译arm环境的时候:./configure -prefix $HOME/Qtenv/arm -embedded arm-nomake docs -nomake demo -nomake examples1、configure完成之后,make出现问题:/usr/bin/ld: ca...
分类:其他好文   时间:2014-05-05 09:32:27    阅读次数:1967
codechef Cutting Recipes题解
Cutting Recipes The chef has a recipe he wishes to use for his guests, but the recipe will make far more food than he can serve to the guests. The chef therefore would like to make a reduced ve...
分类:其他好文   时间:2014-05-04 17:54:01    阅读次数:387
UVA 674 Coin Change
Suppose there are 5 types of coins: 50-cent, 25-cent, 10-cent, 5-cent, and 1-cent. We want to make changes with these coins for a given amount of mone...
分类:其他好文   时间:2014-05-04 12:00:00    阅读次数:363
x86_64的debian(wheezy)下使用qemu和busybox运行linux
1.编译kernel进入源码根目录make defconfig //这一步生成了默认的内核配置,请参考make help生成的信息。make //这一步生成了bzImage2.制作根文件系统dd if=/dev/zero of=rootfs.img bs=1M count=10 //生成了rootf...
分类:系统相关   时间:2014-05-03 23:59:39    阅读次数:592
UVA 10453 Make Palindrome(区间简单DP)
题意:给出一串字符串,求出需要至少插入多少个字符使得这个字符串变成会问粗...
分类:其他好文   时间:2014-05-02 23:26:33    阅读次数:486
sqlite C/C++ API
官网:https://sqlite.org/download.html 下载代码安装三步走: ./configure // ./configure --help查看安装参数设置,学习configure的配置,明白安装后include、lib、bin等文件的位置 make make install 学习SQL基本语法,各个数据库基本相同http://www.w3cschool.cc...
分类:数据库   时间:2014-05-02 20:50:33    阅读次数:412
Ubuntu Sublime text 2 安装 SublimeClang
Instructionshereare not great.First shut down ST2.Make sure you use absolute paths for symlink:e.g.$ curl -kL http://xrl.us/pythonbrewinstall | bash$ ...
分类:其他好文   时间:2014-05-02 11:01:23    阅读次数:382
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!