phpd/install-php.sh

This commit is contained in:
aborn 2014-03-06 16:07:51 +08:00
parent 0e615a2882
commit ff2ab86121
1 changed files with 2 additions and 1 deletions

View File

@ -16,9 +16,10 @@
## !!! warning=> please install php-deps before !!!
## wget http://cn2.php.net/distributions/php-5.5.9.tar.gz
INSPATH="/home/aborn/php5"
make clean;
./configure \
--prefix=/home/vagrant/php5 \
--prefix=${INSPATH} \
--with-config-file-path=/home/vagrant/php5/etc \
--with-curl \
--with-pear \