]> Creatis software - creaToolsTools.git/blob - Install_ThirdParty/Readme.txt
6f020d5eac656e5533cd69f0a717cf1a64823477
[creaToolsTools.git] / Install_ThirdParty / Readme.txt
1 === === ===  UNIX / LINUX users === === ===
2
3 1) Make sure you are a 'sudoer' :
4
5 --sudo configuration--
6 https://fedoraproject.org/wiki/Configuring_Sudo
7
8 2) Make sure you got the last version of creaToolsTools.
9 cvs update -dP creaToolsTools
10
11 3)cd Install_ThirdParty
12 cp install_thirdparty.sh_TEMPLATE install_thirdparty.sh
13
14 4) modify the file install_thirdparty.sh, according to your preferences, modify (only once) creatools.sh
15 vim install_thirdparty.sh
16 as follows :
17
18 -- install_thirdparty.sh ---------------------
19 creatoolsGeneration=<directory where you want to generate>
20   installPrefix=$creatoolsGeneration/creatools_install
21         or
22   installPrefix=/usr/local
23 buildType=<Release|Debug>
24 OperatingSystem=<Fedora | Ubuntu | MacOS>
25 cd scripts
26 sh install_thirdparty_all.sh $creatoolsGeneration $installPrefix $buildType $OperatingSystem
27 cd ..
28 -----------------------
29
30 5) Run the whole stuff :
31 sh install_thirdparty.sh
32
33
34 === === === WINDOWS users === === ===
35