./configure--prefix=/usr/local/php--with-config-file-path=/usr/local/php/etc--with-apxs2=/usr/local/apache2/bin/apxs--with-mysql=/mysql/mysql--with-mysqli=/mysql/mysql/bin/mysql_config--with-iconv-dir=/usr/local--with-freetype-dir--with-jpeg-dir--with-png-d..
分类:
Web程序 时间:
2014-12-02 00:22:37
阅读次数:
243
Linux装软件就是折磨人!!Mplayer官网下好release版本然后./configure --[options]注意:--prefix=/usr/local/mplayer 是安装路径--enable-gui 安装图形化用户界面--enable-freetype 调节字体--with-cod...
分类:
其他好文 时间:
2014-12-01 23:57:15
阅读次数:
409
【翻译自mos文章】使用config.sh/config.bat 来 configure or re-configure GI...
分类:
其他好文 时间:
2014-12-01 20:55:36
阅读次数:
205
之前为了使用一个库,都是去下载源码,然后根据开发者提供的README手动用GCC编译,一直不能使用Makefile感觉很蛋痛,比如最近使用的ZThread还是怪自己以前过于依赖IDE最近发现用Cygwin就可以使用诸如./configure, make这样的命令,感觉灰常欣喜,尝试去编译ZThrea...
分类:
编程语言 时间:
2014-12-01 20:49:26
阅读次数:
469
第一步安装nodejs ??????1、安装xcode、git; 2、使用git将node源码拉到本地 git://github.com/ry/node.git 3、./configure 4、make 5、make install 第二步安装express ????npm insta...
分类:
Web程序 时间:
2014-12-01 16:27:01
阅读次数:
217
-- 允许配置高级选项EXEC sp_configure 'show advanced options', 1GO-- 重新配置RECONFIGUREGO-- 禁用xp_cmdshellEXEC sp_configure 'xp_cmdshell', 1GO--重新配置RECONFIGUREGO
分类:
数据库 时间:
2014-12-01 12:40:25
阅读次数:
198
Hibernate工作原理及为什么要用?原理:1.通过Configuration().configure();读取并解析hibernate.cfg.xml配置文件2.由hibernate.cfg.xml中的读取并解析映射信息3.通过config.buildSessionFactory();//创建S...
分类:
Web程序 时间:
2014-12-01 00:47:04
阅读次数:
345
开放源码:就是程序代码,写给人类看的程序语言,但机器并不认识,所以无法执行;编译程序:将程序代码转译成为机器看得懂的语言,就类似编译者的角色;可执行文件:经过编译程序变成二进制后机器看得懂所以可以执行的文件;make 会在当前目录搜索 makefile文件,makefile里面记录了源码如何编译的信...
分类:
系统相关 时间:
2014-11-30 23:07:38
阅读次数:
249
真是一个奇葩问题,对我来说是的,完全不知道是什么意思,但是他就是出现了。 找到了一个相关问题http://trac.ffmpeg.org/wiki/How%20to%20quickly%20compile%20libx264 If you get a message like this:(...
分类:
其他好文 时间:
2014-11-30 06:42:55
阅读次数:
163
今天安装linghttpd时编译pcre库,编译提示:configure: error: pcre-config not found这种问题是由于没有把对应的路径添加到PATH中去,导致./configure时,找不到pcre-config,导致出现此错误。解决如下-把pcre bin路径加入到PA...
分类:
其他好文 时间:
2014-11-29 21:32:31
阅读次数:
168