Created
December 19, 2013 21:22
-
-
Save angelmartz/8046466 to your computer and use it in GitHub Desktop.
Phalcon instalaciom
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| git clone git://github.com/phalcon/cphalcon.git | |
| cd cphalcon/build/64bits | |
| make clean | |
| phpize --clean | |
| /usr/local/php/bin/ | |
| ./configure --with-php-config=/usr/local/php/bin/php-config | |
| make && sudo make install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment