]> Creatis software - creaToolsTools.git/commitdiff
Update
authorjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Fri, 6 May 2011 10:19:14 +0000 (10:19 +0000)
committerjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Fri, 6 May 2011 10:19:14 +0000 (10:19 +0000)
Install_ThirdParty/Readme.txt

index 6f020d5eac656e5533cd69f0a717cf1a64823477..fa849c00c198156baae47d78744e4b3b2fc1e90b 100644 (file)
@@ -1,34 +1,10 @@
 === === ===  UNIX / LINUX users === === ===
 
-1) Make sure you are a 'sudoer' :
+DO NOT USE this one!
 
---sudo configuration--
-https://fedoraproject.org/wiki/Configuring_Sudo
+goto
 
-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
+creaToolsTools/Linux
 
 
 === === === WINDOWS users === === ===