install-scripts.sh 260 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 #!/bin/bash # script to compile/install php/src C executables SCRIPT=$(readlink -f "$0") export SCRIPTDIR=$(dirname "$SCRIPT") export AMDA_IHM="$SCRIPTDIR/.." . $SCRIPTDIR/loadEnv.sh cd $AMDA_IHM/php/src && make clean && make && make install && make clean