]> Creatis software - bbtk.git/blobdiff - INSTALL.txt
*** empty log message ***
[bbtk.git] / INSTALL.txt
diff --git a/INSTALL.txt b/INSTALL.txt
new file mode 100644 (file)
index 0000000..26f4c41
--- /dev/null
@@ -0,0 +1,39 @@
+***********
+** LINUX **
+***********
+
+==== INSTALL ====
+- create a build dir *OUTSIDE* the source tree; go to that dir
+- type :
+> ccmake PATH_TO_SOURCE_TREE
+- switch BUILD_ALL to ON
+- press 'c' at least 10 times !
+- press 'g'
+- type :
+> make
+> sudo make install (if you are a sudoer)
+OR 
+> su 
+type root password
+> make install
+> exit
+
+==== GNOME DESKTOP ====
+If you use gnome desktop you can install 
+a bbi launcher on desktop and associate it to *.bbs files.
+First, be sure to be logged *WITH YOUR USER NAME, NOT ROOT* 
+(otherwise will be installed for root desktop) and type :
+> bbtk-install-gnome 
+
+==== UNINSTALL ====
+To uninstall bbtk, type :
+> sudo bbtk-uninstall (if you are a sudoer)
+OR 
+> su
+type root password
+> bbtk-uninstall
+
+*************
+** WINDOWS **
+*************
+TO DO