CMake Tools for Visual Studio 1.1 发布 资讯

CMake是一个比make更高级的编译配置工具,它可以根据不同平台、不同的编译器,生成相应的Makefile或者vcproj项目。 通过编写CMakeLists.txt,可以控制生成的Makefile

jopen 2014-02-24   7578   0
CMake  

PHP消息队列httpsqs安装与使用 经验

--prefix=/usr/local/libevent-2.0.12-stable/ make make install cd ../ 2.安装tokyocabinet-1.4.47

dy72 2015-08-25   11357   0

基于Python的Grib数据可视化 经验

--with-intermal-glib 2 make && date 3 sudo make install && date 7、安装freetype 1 ./configure 2 make && date 3 sudo

cosman 2016-01-26   19398   0

一个Go推送服务器集群:gopush-cluster 经验

17.tar.gz -C ./ $ cd redis-2.8.17/src $ make $ make test $ make install $ mkdir /etc/redis $ cp /data/

jopen 2014-11-05   134946   0
P6

  Linux下SVN+Apache文档管理安装及配置手册 文档

apr-1.3.3   ./configure –prefix=/usr/local/apr make make install 2.1 下载到apr-util后,解压   tar zvxf apr-util-1

shlei6067 2013-07-28   2675   0
P33

  U-Boot 编译过程分析 文档

四,U-Boot编译过程分析 所有这些目录的编译连接都是由顶层目录的makefile来确定的。在执行make 之前,先要执行make $(board)_config 对工程进行配置,以确定特定于目标板的各个子目录和头

iflyings 2014-10-29   3637   0
P14

  Linux Red Hat 6.4下 Nginx + Mysql + PHP 服务器环境搭建 文档

libiconv-1.13/ #./configure --prefix=/usr/local #make #make install cd ../ 2.安装libmcrypt 实现加密功能的库 # tar zxvf

q417603140 2014-04-08   592   0
Nginx   PHP  
P14

  centos 5.2 下Nagios+邮件+飞信 文档

/configure --prefix=/usr/local/apache --enable-so # make && make install (2) php的安装 # ./configure --prefix=/usr/local/php 

bwgzs 2012-09-21   2485   0
P100

  Design by Contract 契约式设计 文档

analysis (cont’d)ClientSupplier(Satisfy precondition:) Make sure input valve is open, output valve is closed

mengxy318 2014-05-08   642   0
Java   Basic  

Mysql数据库读写分离简单配置 经验

/usr/local/lua [root@mailtest lua-5.1.4]# make && make linux && make install 设置环境变量 [root@mailtest lua-5

jopen 2013-07-02   21500   0

nginx+tomcat7+redis session共享 经验

yum -y install gcc gcc-c++ autoconf automake make yum -y install zlib zlib-devel openssl openssl-devel

ZHCRoxanna 2016-02-17   16041   0

KDE Frameworks 5.18.0 发布 资讯

32px folders in Breeze Dark Extra CMake Modules Make the KAppTemplate CMake module global Silence CMP0063

jopen 2016-01-17   5183   0

嵌入式 javascript 引擎:SophonJS 经验

build: make And run the following command to install library, program and header files: make install

ygfb 2015-12-06   11103   0

Go语言框架,类库,软件汇总:awesome-go 经验

implementation that provide most of features in GNU-Readline under MIT license. ukautz/clif - A small

jopen 2015-12-28   108215   0

使用sproxy录制siege压力测试URL 经验

http://www.joedog.org/pub/sproxy/ ./configure一切正常 make 报错: Can't locate ExtUtils/MakeMaker.pm in @INC

openkk 2012-09-02   28815   0

CentOS下安装配置Nginx 经验

st nginx]# make install make -f objs/Makefile install make[1]: *** [install] Error 1 make[1]: Leaving

ec3y 2015-05-08   36046   0
P58

  《Maven实战》(国内首本Maven著作)(Maven的安装、配置及使用入门) 文档

Maven不是Java领域唯一的构建管理的解决方案。本节将通过一些简单的例子解释Maven的必要性,并介绍其他构建解决方案,如IDE、Make和Ant,并将它们与Maven进行比较。 1.2.1  组装PC和品牌PC 笔者初中时开始接触计

lishushan 2011-05-30   343   0

Nginx安装以及简单配置 经验

centos平台编译环境使用如下指令 安装make: yum -y install gcc automake autoconf libtool make 安装g++: yum install gcc gcc-c++

jopen 2014-12-04   12870   0

17个新鲜和令人惊叹的CSS3教程 资讯

Grids You can create flexible and fluid grids to make your nesting at arbitrary depths so simple and easy

jopen 2013-03-27   7298   0
CSS3  

Sphinx : 高性能SQL全文检索引擎 经验

--prefix=/usr/local/sphinx/ --with-mysql --enable-id64 make make install Sphinx中文分词插件Coreseek安装 注:coreseek的安装教程来自

jopen 2015-07-13   15195   0
1 2 3 4 5 6 7 8 9 10