]> Creatis software - bbtk.git/blobdiff - INSTALL.txt
Fix include
[bbtk.git] / INSTALL.txt
index 12d00ae131f9b578549e601060fc59392d76cc4d..e366bec1295b1a54fc824f20d2e8cbf4d7397f5c 100644 (file)
@@ -1,3 +1,8 @@
+Basic instructions here. 
+Read http://www.creatis.insa-lyon.fr/creatools 
+or ./kernel/doc/bbtkWebSite/install.html
+for details
+
 ***********
 ** LINUX **
 ***********
 - press 'g'
 - type :
 > make
-> sudo make install (if you are a sudoer)
-OR 
-> su 
-type root password
+> su (NOTE: installing as a sudoer usually fails...)
+type root password 
 > make install
 > exit
 
@@ -27,9 +30,7 @@ First, be sure to be logged *WITH YOUR USER NAME, NOT ROOT*
 
 ==== UNINSTALL ====
 To uninstall bbtk, type :
-> sudo bbtk-uninstall (if you are a sudoer)
-OR 
-> su
+> su (NOTE: uninstalling as a sudoer usually fails...)
 type root password
 > bbtk-uninstall
 
@@ -39,30 +40,4 @@ type root password
 ** WINDOWS **
 *************
 
-1)
-INSTALL SOFA
-   (See enviremental variables  VTK ITK GDCM WXWIN ..)
-
-2)
-Install from 
-  http://www.creatis.insa-lyon.fr/~davila/bbtk/Software/
-       -basic-miktex-2.6.2742.exe
-         (You have to make update) 
-       -tth_exe.zip     (c:\Creatis\tth_exe)
-        -nsis-2.34-setup.exe
-  http://www.creatis.insa-lyon.fr/~davila/bbtk/Software/new/
-       -graphviz-2.2.1.exe
-       -doxygen-1.5.3-setup.exe
-
-
-3) 
-Set the global variables of windows
- Start
-  -> Control Panel
-    -> System
-     -> Advance
-      -> Environment Variables
-Ex.
-
-CREATIS        = c:\Creatis\
-
+Visit the web site !