码迷,mamicode.com
首页 >  
搜索关键字:make modules_install    ( 11172个结果
ubuntu12.04编译android4.0源代码Deug1
ubuntu12.04编译a10全志芯片make多次编译无果,逐句检查发现缺少多种文件解析。遂百度如下$sudoapt-getinstallgitgnupgflexbisongperfbuild-essentialzipcurllibc6-devlibncurses5-dev:i386x11proto-core-devlibx11-dev:i386libreadline6-dev:i386libgl1-mesa-dri:i386libgl1-m..
分类:移动开发   时间:2014-08-08 16:20:36    阅读次数:241
CentOS安装mariadb-10.0.12和php-5.5.15
1:yum install cmake make ncurses-devel gcc-c++ bison2:cmake -DCMAKE_INSTALL_PREFIX=/usr/local/mysql3:yum install wget make gcc gcc-c++ bison autoconf ...
分类:数据库   时间:2014-08-08 15:43:16    阅读次数:235
php搭建redis扩展安装及配置
1:redis 安装 $ wget http://download.redis.io/releases/redis-2.8.13.tar.gz $ tar xzf redis-2.8.13.tar.gz $ cd redis-2.8.13 $ make 2:运行redis 加载red...
分类:Web程序   时间:2014-08-08 15:42:16    阅读次数:325
Tomcat Reading Notes
HTTP the client who initiates a transcation by establishing a connection and seding an HTTP request. ? the web server is in no position to contact a clinet or make a callback connection to the cl...
分类:其他好文   时间:2014-08-08 06:24:25    阅读次数:262
Haproxy安装及配置(转)
1.安装# wgethttp://haproxy.1wt.eu/download/1.3/src/haproxy-1.3.20.tar.gz# tar zcvf haproxy-1.3.20.tar.gz# cd haproxy-1.3.20# make TARGET=linux26 PREFIX=...
分类:其他好文   时间:2014-08-08 01:56:55    阅读次数:361
..PHONY: all在makefile文件中的好处
.PHONY:allall:cleanmodulesinstall.PHONY:modulesmodules: $(MAKE)-C$(KERNELDIR)SUBDIRS=$(PWD)modules.PHONY:cleanclean: $(MAKE)-C$(KERNELDIR)SUBDIRS=$(PWD)clean.PHONY:installinstall: $(MAKE)-C$(KERNELDIR)SUBDIRS=$(PWD)INSTALL_MOD_DIR=$(RTKDIR)modules_install可..
分类:其他好文   时间:2014-08-07 19:22:51    阅读次数:808
fastdfs安装
1:安装libevent     rpm -aq |grep libevent|xargs rpm -e --nodeps     tar zxvf libevent-2.0.21-stable.tar.gz     cd libevent-2.0.21-stable     ./configure --prefix=/usr/local/libevent     make && mak...
分类:其他好文   时间:2014-08-07 13:26:20    阅读次数:294
centos 下编译安装mysql5.1与mysql5.5
mysql5.1.60编译安装 1、tar -zxvf mysql* 2、./configure 之前要make clean ./configure --prefix=/home/shk/mysql-5.1.60 \ --enable-local-infile \ --with-unix-so...
分类:数据库   时间:2014-08-06 22:15:52    阅读次数:399
lnmp 源码部署------2
安装php扩展软件#哈稀函数库[root@localhost~]#tar-zxvfmhash-0.9.9.9.tar.gz[root@localhostmhash-0.9.9.9]#cdmhash-0.9.9.9[root@localhostmhash-0.9.9.9]#./configure[root@localhostmhash-0.9.9.9]#make[root@localhostmhash-0.9.9.9]#makeinstall#处理中文各种编码之间的..
分类:其他好文   时间:2014-08-06 19:29:22    阅读次数:286
mknod指令详解
mknod - make block or character special filesmknod [OPTION]... NAME TYPE [MAJOR MINOR] option 有用的就是 -m 了 name 自定义 type 有 b 和 c 还有 p 主设备号 次设备号主设备号是由lin...
分类:其他好文   时间:2014-08-06 18:12:21    阅读次数:193
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!