X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Install_ThirdParty%2FReadme.txt;h=6f020d5eac656e5533cd69f0a717cf1a64823477;hb=a5fce6cfe871e7dee66e6e7c064ef9e632a5c192;hp=32570fbf55779e90f742960c9b13fdb93b449642;hpb=4dc2d7c1326eabf28bbb27ca09393a8aff20f9c4;p=creaToolsTools.git diff --git a/Install_ThirdParty/Readme.txt b/Install_ThirdParty/Readme.txt index 32570fb..6f020d5 100644 --- a/Install_ThirdParty/Readme.txt +++ b/Install_ThirdParty/Readme.txt @@ -1,5 +1,35 @@ +=== === === 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= + installPrefix=$creatoolsGeneration/creatools_install + or + installPrefix=/usr/local +buildType= +OperatingSystem= +cd scripts +sh install_thirdparty_all.sh $creatoolsGeneration $installPrefix $buildType $OperatingSystem +cd .. +----------------------- + +5) Run the whole stuff : +sh install_thirdparty.sh + + +=== === === WINDOWS users === === === +