-=== UNIX / LINUX users ===
+=== === === UNIX / LINUX users === === ===
0) Make sure everything you'll need is properly installed :
crea_Developers_tools, crea_ThirdParty_Libraries
cvsUser=<USER>
docGeneration=<OFF|ON> let it to OFF!
buildType=<Release|Debug>
-#sudo pwd
cd scripts
sh All.sh $creatoolsGeneration $docGeneration $cvsUser $installPrefix $buildType
cd ..
7) Run the whole stuff :
sh creatools.sh
+8) if you performed a 'local install' (i.e : you *didn't* use installPrefix=/usr/local)
+edit your .bash_profile
+PATH=$PATH:<fullPathnameOfYourInstallPrefix>/creatools_install/bin
+export PATH
+LD_LIBRARY_PATH=$LD_LIBRARY_PATH:<fullPathnameOfYourInstallPrefix>/creatools_install/lib
+export LD_LIBRARY_PATH
+
+
+
+=== === === WINDOWS users === === ===
+
-=== WINDOWS users ===
0) Make sure everything you'll need is properly installed :
crea_Developers_tools, crea_ThirdParty_dlls, and VisualStudioExpress2008