]> Creatis software - creaToolsTools.git/blobdiff - Install_ThirdParty/Readme.txt
Allow choosing OperatingSystem
[creaToolsTools.git] / Install_ThirdParty / Readme.txt
index 32570fbf55779e90f742960c9b13fdb93b449642..0722f602796b5c2bfc85d4d68ec8ec129b167109 100644 (file)
@@ -1,5 +1,34 @@
+=== === ===  UNIX / LINUX users === === ===
 
+1) Make sure you are a 'sudoer' :
 
 --sudo configuration--
 https://fedoraproject.org/wiki/Configuring_Sudo
 
+2) Make sure you got the last version of creaToolsTools.
+cvs update -dP creaToolsTools
+
+3)cd Install_ThirdParty
+cp install_thirdparty.sh_TEMPLATE install_thirdparty.sh
+
+4) modify the file install_thirdparty.sh, according to your preferences, modify (only once) creatools.sh
+vim install_thirdparty.sh
+as follows :
+
+-- install_thirdparty.sh ---------------------
+creatoolsGeneration=<directory where you want to generate>
+  installPrefix=$creatoolsGeneration/creatools_install
+       or
+  installPrefix=/usr/local
+buildType=<Release|Debug>
+OperatingSystem=<Fedora | Ubuntu | MacOS>
+cd scripts
+sh install_thirdparty_all.sh $creatoolsGeneration $installPrefix $buildType $OperatingSystem
+cd ..
+-----------------------
+
+5) Run the whole stuff :
+sh install_thirdparty.sh
+
+=== === === WINDOWS users === === ===
+