]> Creatis software - creaToolsTools.git/blobdiff - Install/scripts/compilemod.sh
Install creatools , NO root.
[creaToolsTools.git] / Install / scripts / compilemod.sh
index 28011502b9d410dfc42d240d93dd21cbedfd3bc1..79131209c9f17ae5f8f380d479e3fd4fcaa96285 100644 (file)
@@ -1,16 +1,20 @@
 # $1 : useless for Linux (Release/Debug)
+# $2 : name of source ex : crea
+# $3 : generationdir ex : /tmp/myGenerationDir
 
 cd $3/creatools_bin/$2Bin
-echo "--------------------------------------in compilemod--------------"
+echo "--------------------------------------in compilemod-- $2 ------------"
 echo $1
 echo $2
 echo $3
 
 make -j 2
-echo " "
-echo $2
-pwd
-sudo make install
-cd ../..
-pwd
+
+# We don't install immediately!
+
+#pwd
+#sudo make install
+#cd ../..
+#pwd
+
 echo "--------------------------------------out compilemod--------------"