码迷,mamicode.com
首页 >  
搜索关键字:configure    ( 6481个结果
render states
Direct3D is basically a state machine不会改变直到我们改变以下是渲染的设置1. ID3D11RasterizerState: This interface represents a state group used to configure the rasteri...
分类:其他好文   时间:2015-06-30 01:24:54    阅读次数:119
sql server 报表允许用windows 身份登录的任何人进入
Sql Server Report service to configure everyone to visitAdd NT AUTHORITY\Authenticated Users
分类:数据库   时间:2015-06-30 00:01:48    阅读次数:273
解决PHP Redis扩展无法加载的问题
最近在工作中需要使用PHP访问Redis,从https://github.com/phpredis/phpredis下载了phpredis,并且按照官方的说明进行了安装phpize./configure [--enable-redis-igbinary]make && make install但是在...
分类:Web程序   时间:2015-06-29 23:52:27    阅读次数:34949
关于nginx架构探究(3)
Nginx 模块综述 Nginx 所有的代码都是以模块的新式组织的,包括核心模块和功能模块。Nginx加载模块的时候不想Apache一样动态加载,它是直接被编译到二进制执行文件中,所以,如果想要加载新的模块,需要我们重新编译Nginx源码。比如: ./configure --with-http_.....
分类:其他好文   时间:2015-06-29 22:11:01    阅读次数:143
linux操作系统-memcache安装
安装配置1. 安装libevent# tar zxf libevent-1.4.6-stable.tar.gz# cd libevent-1.4.6-stable# ./configure# make && make install2. 安装memcached# tar zxvf memcached...
分类:系统相关   时间:2015-06-29 22:03:06    阅读次数:284
Lame Windows Cygwin 编译
下载:http://sourceforge.net/projects/lame/?source=typ_redirect编译:./configure--build=i686-pc-cygwin--prefix=/cygdrive/f/BaiduYunDownload/lame-3.99.5/out_build mingw32-make.exe mingw32-make.exeinstall
分类:Windows程序   时间:2015-06-29 18:04:45    阅读次数:177
程序包编译安装
一、几个概念1、开放源码程序代码,人类可能读懂的程序语言,但是计算机不能识别和执行;2、编译程序将程序代码翻译成计算机可以识别的语言;3、二进程程序经过编译程序翻译后得到的可以被执行的程序文件。二、编译源程序的步骤1、configure检测程序,并生成makefile文件,其检..
分类:其他好文   时间:2015-06-29 18:04:23    阅读次数:139
Centos6 源码部署MySQL5.6
mysql从5.5版本开始,不再使用./configure编译,而是使用cmake编译器,具体的cmake编译参数可以参考mysql官网文档(※ 非常重要) http://dev.mysql.com/doc/refman/5.6/en/source-configuration-options.html mysql-5.6.16.tar.gz源码包下载地址: http://dev.mysq...
分类:数据库   时间:2015-06-28 11:19:04    阅读次数:204
linux下安装rzsz
1.登陆linux,下载rzsz安装包wgethttp://freeware.sgi.com/source/rzsz/rzsz-3.48.tar.gz2.tar zxvf rzsz-3.48.tar.gz解压安装包3.解压后生成scr目录,这个软件安装与常规的GNU软件不同—没有configure(...
分类:系统相关   时间:2015-06-27 17:57:34    阅读次数:188
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!