码迷,mamicode.com
首页 >  
搜索关键字:configure    ( 6481个结果
Centos6.5 Python2.7+Supervisor 环境安装
Centos6.5 Python+Supervisor 环境安装 6.5自带的python版本为2.6,首先下载python2.7.6 cd?py2.7 ./configure?--prefix=/usr/local/python2.7 make make?install 接下来需要创建一个链接来使系统默认pytho...
分类:编程语言   时间:2015-07-29 19:53:45    阅读次数:235
使用lsyncd实时同步.
安装lua关联包:yuminstalllualua-staticlua-devel安装lsyncd:wgethttps://lsyncd.googlecode.com/files/lsyncd-2.1.5.tar.gztar-xzvflsyncd-2.1.5.tar.gzcdlsyncd-2.1.5./configure-prefix=/usr/local/lsyncdmake&&makeinstallln-s/usr/local/lsyncd/bin/lsyncd/usr/..
分类:其他好文   时间:2015-07-29 19:46:33    阅读次数:252
安装rsyncd
安装rsyncd:tarxfrsync-3.1.1.tar.gzcdrsync-3.1.1./configure--prefix=/usr/local/rsyncmake&&makeinstallln-s/usr/local/rsync/bin/rsync/usr/bin/rsync配置rsyncd:mkdir/etc/rsyncdvim/etc/rsyncd/rsyncd.confuid=rootgid=rootusechroot=falsemaxconnections=200t..
分类:其他好文   时间:2015-07-29 19:45:04    阅读次数:162
git使用粗解
Git 使用教程Installation1.1 git installation in linuxhttp://git-scm.com/downloads download sw package$tar -zxvf git-1.8.5.tar.gz$cd git-1.8.5$./configure$...
分类:其他好文   时间:2015-07-29 18:49:43    阅读次数:244
apache服务器安装
./configure?--prefix=/app/webapp/apache??--enable-module=so?--enable-so?--enable-mods-shared=all make make?install 通过这种方式,可以安装所有的apache模块.然后根据需要进行开关. 官网的地址为...
分类:Web程序   时间:2015-07-29 17:28:26    阅读次数:150
git简单使用记录(后续整理)
git installation in linux:http://git-scm.com/downloads download sw package$tar -zxvf git-1.8.5.tar.gz$cd git-1.8.5$./configure$make$sudo make installg...
分类:其他好文   时间:2015-07-29 11:37:45    阅读次数:154
lnmp 安装配置--libmcrypt问题
在LNMP安装配置中,在进行php配置依赖包时遇到如何错误wgethttp://cn2.php.net/distributions/php-5.4.37.tar.bz2tarjxfphp-5.4.37.tar.bz2useradd-s/sbin/nologinphp-fpmcdphp-5.4.37useradd-s/sbin/nologinphp-fpmphp依赖包参看lampphp安装./configure--prefix=/usr/local/ph..
分类:其他好文   时间:2015-07-29 06:45:51    阅读次数:173
Installing PyQt5 part3
麻烦不断,搞定一个又来一个。安装完SIP,打开Visual Studio x64 Win64 Command Prompt (2010),切到PyQt5.0源码目录下,运行configure.py,本以为能顺利进行,结果如下图所示:查了一下,说是PyQt源码不包含Qt部分,需要单独下载,qt-ope...
分类:其他好文   时间:2015-07-29 00:51:02    阅读次数:196
Installing PyQt5 part2
好吧,我承认昨晚就是一顿瞎折腾。本以为今天还得再折腾但也够呛能装上SIP,然后就不了了之了,真心没想到so easy。先说一下我的安装环境,win7 x64 + visual studio 2010 + python 3.4 x64这个环境下安装SIP就是下面三步:configure.pynmake...
分类:其他好文   时间:2015-07-28 20:45:53    阅读次数:130
Linux下Nodejs安装之Hello World
去官网下载安装包 node-v0.12.7.tar.gz 1.mkdir /usr/local/nodejs 2.tar -zvxf node-v0.12.7.tar.gz 3. cd node-v0.12.7.tar.gz 4. ./configure --prefix=/usr/local/nodejs 5.make && make install 6.添加进环境...
分类:Web程序   时间:2015-07-28 16:12:59    阅读次数:148
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!