Blame view

install-scripts.sh 224 Bytes
af97ef56   Elena.Budnik   make C executable...
1
2
3
4
5
6
7
#!/bin/bash

# script to compile/install php/src C executables

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

af97ef56   Elena.Budnik   make C executable...
8
9
10

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