1. 什么是ShaderAll rendering in Unity is done withShaders- small scripts that let you configure the how the graphics hardware is set up for rendering.Sha...
分类:
编程语言 时间:
2015-03-01 00:17:45
阅读次数:
255
需要搭建lnmp环境1nginx搭建#tar–xvfnginx-1.5.9.tar.gz#cdnginx-1.5.9#./configure--prefix=/usr/local/nginx#make&&makeinstall启动/usr/local/nginx/sbin/nginx重启/usr/local/nginx/sbin/nginx-sreload配置文件/usr/local/conf/nginx/nginx.conf增加用户www#user..
分类:
其他好文 时间:
2015-02-28 18:53:06
阅读次数:
271
静态:在使用./configure 编译的时候,如果不指定某个模块为动态,即没有使用:enable-mods-shared=module或者enable-module=shared 这个2个中的一个,那么所有的默认模块为静态。 那么何谓静态? 其实就是编译的时候所有的模块自己编译进 httpd 这个...
分类:
Web程序 时间:
2015-02-28 15:55:48
阅读次数:
130
1.下载安装#./configure#make#makeinstall2.配置/etc/opt/ss5/ss5.confauth0.0.0.0/0–-auth0.0.0.0/0–upermit–0.0.0.0/0–0.0.0.0/0––––-permitu0.0.0.0/0–0.0.0.0/0––––-/etc/sysconfig/ss5#SS5_OPTS=”-uroot”SS5_OPTS=”-uroot”/etc/opt/ss5/ss5.passwd加用?.
分类:
系统相关 时间:
2015-02-27 18:34:39
阅读次数:
368
下载相应版本的nginx 解压进入该版本的目录下 在命令行执行 ? ./configure ?--with-cc-opt="-Wno-deprecated-declarations" --without-http_rewrite_module 执行 ?make 执行 make install 执行?sudo /usr/loc...
分类:
系统相关 时间:
2015-02-27 17:17:51
阅读次数:
126
XHProf是facebook开发的一个测试php性能的扩展。安装Xhprof扩展$wgethttp://pecl.php.net/get/xhprof-0.9.4.tgz
$tar-zxvfxhprof-0.9.4.tgz
$cdxhprof-0.9.4
$cdextension/
$phpize
$./configure
$make
$sudomakeinstall修改php.ini[xhprof]
extension=xhprof.so
xhprof.output..
分类:
Web程序 时间:
2015-02-27 10:15:00
阅读次数:
351
configure.ac:64: error: possibly undefined macro: AM_ICONV If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf docu...
分类:
其他好文 时间:
2015-02-27 01:29:58
阅读次数:
150
Linux环境下的软件安装,并不是一件容易的事情;如果通过源代码编译后在安装,当然事情就更为复杂一些;现在安装各种软件的教程都非常普遍;但万变不离其中,对基础知识的扎实掌握,安装各种软件的问题就迎刃而解了。Configure脚本配置工具就是基础之一,它是autoconf的工具的基本应用。 'conf...
分类:
系统相关 时间:
2015-02-26 20:00:50
阅读次数:
181
对于以压缩包发布的软件,在它的目录下通常都有一个配置脚本configure,它的作用确定编译参数(比如头文件位置、连接库位置等),然后生成Makefile以编译程序。可以进入该软件的目录,执行"./configure --help"命令查看使用帮。 一个程序能正确编译、链接、运行需要满足3个条件:预...
分类:
系统相关 时间:
2015-02-26 18:27:56
阅读次数:
196
对于以压缩包发布的软件,在它的目录下通常都有一个配置脚本configure,它的作用确定编译参数(比如头文件位置、连接库位置等),然后生成Makefile以编译程序。可以进入该软件的目录,执行"./configure --help"命令查看使用帮。 一个程序能正确编译、链接、运行需要满足3个条件:预...
分类:
系统相关 时间:
2015-02-26 18:25:27
阅读次数:
182