From: guigues Date: Thu, 14 Feb 2008 09:03:09 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: r0.6.1~223 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=dfd2ff30bc71b28174b0f5d49380648e11d58f0a;p=bbtk.git *** empty log message *** --- 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