码迷,mamicode.com
首页 >  
搜索关键字:make modules_install    ( 11172个结果
NV SDK 9.5, 10 and 11
NVIDIA SDK 10OverviewThis all-new collection of DirectX 10 and OpenGL code samples teaches developers how to make the most of GeForce 8 Series GPUs. T...
分类:其他好文   时间:2014-07-22 22:56:32    阅读次数:381
CMake使用教程
转:CMake使用教程CMake是一个比make更高级的编译配置工具,它可以根据不同平台、不同的编译器,生成相应的Makefile或者vcproj项目。通过编写CMakeLists.txt,可以控制生成的Makefile,从而控制编译过程。CMake自动生成的Makefile不仅可以通过make命令...
分类:其他好文   时间:2014-07-19 20:33:40    阅读次数:429
To Get A Plastic Bag When You Make A Purchase At Any Store
If you just finished decorating pink girls bedroom, so we have bean bags, this pink fluffy. Believe me, these bean bags large and some are very cheap ...
分类:其他好文   时间:2014-07-18 20:16:15    阅读次数:267
How to limit Dialog's max height?
1. We can make it to play trick in code.At Dialog's show function, after app has set contentView, we can add a GlobalLayoutListener on decorView's Vie...
分类:其他好文   时间:2014-07-18 16:30:52    阅读次数:451
clock skew detected.
今天在VMWARE里安装了一个Linux 操作系统,重新启动后,出现如下的警告提示: starting sendmail: make: warning: file 'sendmil.cf' has modification time 2.3e+04 in the future clock skew detected. Your build may be incomplete   这个错误的...
分类:其他好文   时间:2014-07-17 14:39:55    阅读次数:253
安装APC
登录网站http://pecl.php.net/package/apc下载apc到本地。#tar-zvxfAPC-3.1.13.tar#cdAPC-3.1.13#/usr/bin/phpize#./configure--with-php-config=/usr/bin/php-config#make&&makeinstall编辑配置文件:#vim/etc/php.d/apc.iniextension=apc.so最后查看是否有apc.so模块..
分类:其他好文   时间:2014-07-17 09:07:35    阅读次数:198
软件编译安装小结
本文主要针对configure和cmake做一个介绍以及我们重新配置编译参数文件时,都需要做哪些清理操作做一个说明。configure和cmake的比较configure是一个sh脚本文件,它负责处理大量的幕后工作,包括检测操作系统内核和已经安装的软件,参数的解析,中间目录的生成以及根据各种参数..
分类:其他好文   时间:2014-07-17 08:13:00    阅读次数:312
SGU 149. Computer Network
时间限制:0.25s空间限制:4M;题意: 给出一颗n(n#include #include #include using namespace std;#define mp make_pair#define fi first#define se second#define sz(x) ((int.....
分类:Web程序   时间:2014-07-16 19:03:45    阅读次数:268
编译ndoutils-1.4b9时报错
[root@abcndoutils-1.4b9]#makecd./src&&makemake[1]:Enteringdirectory`/nagios/ndoutils-1.4b9/src‘gcc-fPIC-g-O2-I/usr/local/mysql/include-DHAVE_CONFIG_H-c-oio.oio.cInfileincludedfromio.c:11:../include/config.h:261:25:error:mysql/mysql.h:Nosuchfileordir..
分类:其他好文   时间:2014-07-16 16:36:52    阅读次数:245
【游戏科普】使用心理学法则创建优秀的用户界面
There are proven psychological principles to user interfaces that work.Whether you have a team of design experts or are just building with programmer art, you can use these principles to make your gam...
分类:其他好文   时间:2014-07-16 16:33:00    阅读次数:243
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!