]> Creatis software - creaToolsTools.git/commitdiff
Part 'install' of former compilemod.sh
authorjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Mon, 20 Dec 2010 15:11:18 +0000 (15:11 +0000)
committerjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Mon, 20 Dec 2010 15:11:18 +0000 (15:11 +0000)
Install/scripts/installmode.sh [new file with mode: 0644]

diff --git a/Install/scripts/installmode.sh b/Install/scripts/installmode.sh
new file mode 100644 (file)
index 0000000..7ad8a81
--- /dev/null
@@ -0,0 +1,21 @@
+# $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-- $2 ------------"
+echo $1
+echo $2
+echo $3
+
+# make already performed in compilemod.sh
+#make -j 2
+
+# We install, now
+
+pwd
+sudo make install
+cd ../..
+pwd
+
+echo "--------------------------------------out compilemod--------------"