cphalcon.sh 419 B

123456789101112
  1. # phalcon.so
  2. # The configure seems broken, does not respect prefix. If you
  3. # update the value of PATH then it finds the prefix from `which php`
  4. export PATH=$IROOT/php-5.5.17/bin:$IROOT/php-5.5.17/sbin:$PATH
  5. git clone git://github.com/phalcon/cphalcon.git
  6. cd cphalcon
  7. git checkout phalcon-v1.3.2
  8. cd build/64bits
  9. $IROOT/php-5.5.17/bin/phpize
  10. ./configure --prefix=$IROOT/php-5.5.17 --enable-phalcon
  11. make
  12. make install