]> Creatis software - creaToolsTools.git/commitdiff
Some more comments
authorjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Tue, 2 Nov 2010 12:54:12 +0000 (12:54 +0000)
committerjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Tue, 2 Nov 2010 12:54:12 +0000 (12:54 +0000)
README.txt

index e70161f3ab6be3c8096592ef9e190ffab68375ff..cbe59de25ed04714055a412b542ecf6d0842c7e3 100644 (file)
@@ -1,4 +1,4 @@
-=== UNIX / LINUX users ===
+=== === ===  UNIX / LINUX users === === ===
 
 0) Make sure everything you'll need is properly installed :
 crea_Developers_tools, crea_ThirdParty_Libraries
@@ -37,7 +37,6 @@ installPrefix=<your Install dir> or </usr/local>
 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 .. 
@@ -46,8 +45,18 @@ 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