]> Creatis software - bbtk.git/blob - INSTALL.txt
Fix URL.
[bbtk.git] / INSTALL.txt
1 Basic instructions here. 
2 Read http://www.creatis.insa-lyon.fr/site/en/CreaTools_home 
3 or ./kernel/doc/bbtkWebSite/install.html
4 for details
5
6 ***********
7 ** LINUX **
8 ***********
9
10 ==== INSTALL ====
11 - create a build dir *OUTSIDE* the source tree; go to that dir
12 - type :
13 > ccmake PATH_TO_SOURCE_TREE
14 - switch BUILD_ALL to ON
15 - press 'c' at least 10 times !
16 - press 'g'
17 - type :
18 > make
19 > su (NOTE: installing as a sudoer usually fails...)
20 type root password 
21 > make install
22 > exit
23
24 ==== GNOME DESKTOP ====
25 If you use gnome desktop you can install 
26 a bbi launcher on desktop and associate it to *.bbs files.
27 First, be sure to be logged *WITH YOUR USER NAME, NOT ROOT* 
28 (otherwise will be installed for root desktop) and type :
29 > bbtk-install-gnome 
30
31 ==== UNINSTALL ====
32 To uninstall bbtk, type :
33 > su (NOTE: uninstalling as a sudoer usually fails...)
34 type root password
35 > bbtk-uninstall
36
37
38
39 *************
40 ** WINDOWS **
41 *************
42
43 Visit the web site !