摘要:
下载并安装 LevelDBwget http://leveldb.googlecode.com/files/leveldb-1.7.0.tar.gztar zxvf leveldb-1.7.0.tar.gzcd leveldb-1.7.0make下载并安装PHP LevelDB$ git clone git://github.com/reeze/php-leveldb.git$ cd php-leveldb$ phpize$ ./configure --with-leveldb=/your level setup path/leveldb-1.7.0 --with-php-config=/us 阅读全文
摘要:
CentOS中yum里没有Git,需要手动安装。首先需要安装git的依赖包yum install curlyum install curl-develyum install zlib-develyum install openssl-develyum install perlyum install cpioyum install expat-develyum install gettext-devel下载最新的git包wget http://www.codemonkey.org.uk/projects/git-snapshots/git/git-latest.tar.gztar xzvf gi 阅读全文