install-scripts.sh 224 Bytes
#!/bin/bash

# script to compile/install php/src C executables

# AMDA_IHM installation root
export IHM_DIR=/home/budnik/AMDA/AMDA_IHM


cd $IHM_DIR/php/src &&  make clean && make && make install && make clean
cd $IHM_DIR