]> Creatis software - creaToolsTools.git/blob - Linux/scripts/compilemod.sh
f644bb46fe9c30b85bf78aee3d567eb805a8b278
[creaToolsTools.git] / Linux / scripts / compilemod.sh
1 # $1 : useless for Linux (Release/Debug)
2 # $2 : name of source ex : crea
3 # $3 : generationdir ex : ~/myDefaultGenerationDir
4
5 cd $3/creatools_bin/$2Bin
6 echo "--------------------------------------in compilemod-- $2 ------------"
7 echo $1
8 echo $2
9 echo $3
10 echo $4
11
12 make -j $4
13
14 # We don't install immediately!
15
16 #pwd
17 #sudo make install
18 #cd ../..
19 #pwd
20
21 echo "--------------------------------------out compilemod-- $2 -----------"