From: Eduardo Davila Date: Thu, 25 Nov 2010 15:27:26 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: Creatools2-0-3.creaToolsTools2-0-3.17Feb2011~86 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=730243b6c5a32860ae9378e3f536a2842811891a;p=creaToolsTools.git *** empty log message *** --- diff --git a/Install_ThirdParty/install_thirdparty.sh_TEMPLATE b/Install_ThirdParty/install_thirdparty.sh_TEMPLATE index 970a161..57de9bd 100644 --- a/Install_ThirdParty/install_thirdparty.sh_TEMPLATE +++ b/Install_ThirdParty/install_thirdparty.sh_TEMPLATE @@ -15,7 +15,7 @@ OperatingSystem= #creatoolsGeneration=~/Creatis/All/thirdParty_creatools #installPrefix=$creatoolsGeneration/thirdparty_install #buildType=Debug -#OperatingSystem=Linux +#OperatingSystem=Fedora #USER : Hand off! diff --git a/Install_ThirdParty/scripts/install_thirdparty_all.sh b/Install_ThirdParty/scripts/install_thirdparty_all.sh index b93200b..63813e9 100644 --- a/Install_ThirdParty/scripts/install_thirdparty_all.sh +++ b/Install_ThirdParty/scripts/install_thirdparty_all.sh @@ -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