Commit fb49873bf6fe801078be80b25f59b7a6d54001f3

Authored by Elena.Budnik
1 parent 9a329c57

correct install-scripts.sh

Showing 1 changed file with 0 additions and 4 deletions   Show diff stats
install-scripts.sh
... ... @@ -5,10 +5,6 @@
5 5 # AMDA_IHM installation root
6 6 export IHM_DIR=/home/budnik/AMDA/AMDA_IHM
7 7  
8   -export CDF_DIR=/usr/local/cdf
9   -export CEF_DIR=/usr/local/cef
10   -export DD_LIB=/usr/local/DDClient/lib
11   -export DD_INCLUDE=/usr/local/DDClient/include/DDClientLibC
12 8  
13 9 cd $IHM_DIR/php/src && make clean && make && make install && make clean
14 10 cd $IHM_DIR
... ...