]> Creatis software - bbtk.git/blobdiff - INSTALL.txt
no message
[bbtk.git] / INSTALL.txt
index 26f4c41ed7543aedac693402c71ef9bd6d63dd49..5cadff0a782946debda1ec0d8dac04710760f552 100644 (file)
@@ -1,3 +1,8 @@
+Basic instructions here. 
+Read http://www.creatis.insa-lyon.fr/site/en/CreaTools_home 
+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,13 +30,14 @@ 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
 
+
+
 *************
 ** WINDOWS **
 *************
-TO DO
+
+Visit the web site !