]> Creatis software - bbtk.git/blob - INSTALL.txt
*** empty log message ***
[bbtk.git] / INSTALL.txt
1 ***********
2 ** LINUX **
3 ***********
4
5 ==== INSTALL ====
6 - create a build dir *OUTSIDE* the source tree; go to that dir
7 - type :
8 > ccmake PATH_TO_SOURCE_TREE
9 - switch BUILD_ALL to ON
10 - press 'c' at least 10 times !
11 - press 'g'
12 - type :
13 > make
14 > sudo make install (if you are a sudoer)
15 OR 
16 > su 
17 type root password
18 > make install
19 > exit
20
21 ==== GNOME DESKTOP ====
22 If you use gnome desktop you can install 
23 a bbi launcher on desktop and associate it to *.bbs files.
24 First, be sure to be logged *WITH YOUR USER NAME, NOT ROOT* 
25 (otherwise will be installed for root desktop) and type :
26 > bbtk-install-gnome 
27
28 ==== UNINSTALL ====
29 To uninstall bbtk, type :
30 > sudo bbtk-uninstall (if you are a sudoer)
31 OR 
32 > su
33 type root password
34 > bbtk-uninstall
35
36 *************
37 ** WINDOWS **
38 *************
39 TO DO