From dfd2ff30bc71b28174b0f5d49380648e11d58f0a Mon Sep 17 00:00:00 2001 From: guigues Date: Thu, 14 Feb 2008 09:03:09 +0000 Subject: [PATCH] *** empty log message *** --- INSTALL.txt | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 INSTALL.txt diff --git a/INSTALL.txt b/INSTALL.txt new file mode 100644 index 0000000..26f4c41 --- /dev/null +++ b/INSTALL.txt @@ -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 -- 2.45.1