PHP Classes

File: ext/install

Recommend this page to a friend!
  Classes of Alien Fernandez   Phady Framework   ext/install   Download  
File: ext/install
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Phady Framework
Web application MVC framework based on Phalcon
Author: By
Last change:
Date: 7 years ago
Size: 279 bytes
 

Contents

Class file image Download
#!/bin/bash export CC="gcc" export CFLAGS="-O2 -Wall -fvisibility=hidden -flto -DZEPHIR_RELEASE=1" if [ -f Makefile ]; then sudo make --silent clean sudo phpize --silent --clean fi phpize --silent ./configure --silent --enable-phady make --silent && sudo make --silent install