码迷,mamicode.com
首页 >  
搜索关键字:make modules_install    ( 11172个结果
构建 XCache 的基本步骤
构建 XCache 的基本步骤 在开始之前,首先确保 PHP 正常安装并核实 phpize 是否位于 shell 的 PATH 下。同时,还需要一个 C 编译器,例如 GNU Compiler Collection (GCC),和一组包含 make 和 m4 的开发工具。在 Mac OS X 上,免...
分类:其他好文   时间:2014-05-26 08:47:10    阅读次数:316
在Windows下用MingW 4.5.2编译FFmpeg
1、下载FFmpeg(http://ffmpeg.org/download.html),解压。2、进入MingW Shell,cd F:/Qt/ffmpeg(假定解压到F:/Qt/ffmpeg)3、./configure4、make5、make install
分类:Windows程序   时间:2014-05-26 06:28:19    阅读次数:334
在Windows下用MingW 4.5.2编译live555
1、下载live555(http://www.live555.com/liveMedia/public/),解压。2、进入MingW Shell,输入cd: F:/Qt/live(假定解压到F:/Qt/live/目录下)3、./genMakefile mingw4、make,如果有错误(rtsp_f...
分类:Windows程序   时间:2014-05-26 06:24:14    阅读次数:533
Android异步HTTP客户端的特点
Features Make asynchronous HTTP requests, handle responses in anonymous callbacksHTTP requests happen outside the UI threadRequests use a threadpool to cap concurrent resource usageGET/POST params ...
分类:移动开发   时间:2014-05-26 04:08:22    阅读次数:330
WPS for ubuntu14
QGtkStyle could not resolve GTK. Make sure you have installed the proper libraries.sudo apt-get install --reinstall gtk2-engines-murrine:i386sudo add-...
分类:其他好文   时间:2014-05-25 23:45:25    阅读次数:276
JavaScript Patterns 2.9 Coding Conventions
It’s important to establish and follow coding conventions—they make your code consistent, predictable, and much easier to read and understand. A new d...
分类:编程语言   时间:2014-05-25 18:49:35    阅读次数:316
acd LCM Challenge(求1~n的任意三个数的最大公倍数)
Problem Description Some days ago, I learned the concept of LCM (least common multiple). I've played with it for several times and I want to make a big number with it. But I also don't want to use...
分类:其他好文   时间:2014-05-25 16:39:53    阅读次数:266
ACdream1077:LCM Challenge
Problem Description Some days ago, I learned the concept of LCM (least common multiple). I've played with it for several times and I want to make a big number with it. But I also don't want to use...
分类:其他好文   时间:2014-05-25 16:32:49    阅读次数:214
php扩展编译,又遇“PHP Startup: Invalid library (maybe not a PHP library)”
关于php与mysql之间的工作机制,今天蛋疼地考虑php编译安装时不添加--with-mysql参数,是否可以实现mysql_connect()函数。第一次编译只是简单的./configure--prefix=/usr/local/php--with-config-file-path=/usr/local/php/etc make&&makeinstallmysql_connect()果然使..
分类:Web程序   时间:2014-05-24 15:40:47    阅读次数:1057
构建自己的Debian
内核编译# make ARCH=arm menuconfig# make -j5 ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- uImage modules内核安装到ROOTFS# cp ${WORK_DIR}/linux-sunxi/arch/arm/bo...
分类:其他好文   时间:2014-05-24 10:19:51    阅读次数:307
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!