Recommend this page to a friend! |
Classes of Thien Tran | > | Phalcon Cashier | > | tests/build/install-phalcon.sh | > | Download |
|
![]() |
#!/usr/bin/env bash git clone -q --depth=1 https://github.com/phalcon/cphalcon.git -b $1 cd cphalcon/ext; export CFLAGS="-g3 -O1 -fno-delete-null-pointer-checks -Wall"; phpize && ./configure --enable-phalcon && make -j4 && make install && phpenv config-add ../unit-tests/ci/phalcon.ini |