]> Creatis software - creaToolsTools.git/commitdiff
*** empty log message ***
authorEduardo Davila <Eduardo.Davila@creatis.insa-lyon.fr>
Thu, 25 Nov 2010 15:27:26 +0000 (15:27 +0000)
committerEduardo Davila <Eduardo.Davila@creatis.insa-lyon.fr>
Thu, 25 Nov 2010 15:27:26 +0000 (15:27 +0000)
Install_ThirdParty/install_thirdparty.sh_TEMPLATE
Install_ThirdParty/scripts/install_thirdparty_all.sh

index 970a161bf0bf5f41607d49971cd3abcde276d5c8..57de9bd2622e267acb17c62e632232020e15dde8 100644 (file)
@@ -15,7 +15,7 @@ OperatingSystem=<Fedora | Ubuntu | MacOS>
 #creatoolsGeneration=~/Creatis/All/thirdParty_creatools
 #installPrefix=$creatoolsGeneration/thirdparty_install
 #buildType=Debug
-#OperatingSystem=Linux
+#OperatingSystem=Fedora
 
 #USER : Hand off!
 
index b93200b3a69cfaa4baa72014181de3e72e3ac626..63813e9fda1847b8dee0d2076b11967f65c2aac9 100644 (file)
@@ -207,10 +207,10 @@ sudo echo export LD_LIBRARY_PATH='$'LD_LIBRARY_PATH:$ITK_DIR          >> $THIRDP
 sudo echo export LD_LIBRARY_PATH='$'LD_LIBRARY_PATH:$VTK_DIR          >> $THIRDPARTY_INSTALL_DIR/share/creatools_third_party_library_config.sh
 
 #  modify .bashrc
-# - remove line 'sh $installPrefix/thirdparty_install/share/creatools_third_party_libraries_config.sh' if any (with accurate value for ???)
+# - remove line 'sh $installPrefix/thirdparty_install/share/creatools_third_party_library_config.sh' if any (with accurate value for ???)
 sed -i -e '/.*creatools_third_party_library_config.*/ d' ~/.bashrc
 
-# - add line 'sh $installPrefix/thirdparty_install/share/creatools_third_party_libraries_config.sh' (with accurate value for ???)
+# - add line 'sh $installPrefix/thirdparty_install/share/creatools_third_party_library_config.sh' (with accurate value for ???)
 echo source $THIRDPARTY_INSTALL_DIR/share/creatools_third_party_library_config.sh >> ~/.bashrc