]> 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
38 *************
39 ** WINDOWS **
40 *************
41
42 1)
43 INSTALL SOFA
44    (See environment variables  VTK ITK GDCM WXWIN ..)
45
46 2)
47 Install from 
48   http://www.creatis.insa-lyon.fr/~davila/bbtk/Software/
49         -basic-miktex-2.6.2742.exe
50          (You have to make update) 
51         -tth_exe.zip     (c:\Creatis\tth_exe)
52     -nsis-2.34-setup.exe
53   http://www.creatis.insa-lyon.fr/~davila/bbtk/Software/new/
54         -graphviz-2.2.1.exe
55         -doxygen-1.5.3-setup.exe
56
57
58 3) 
59 Set the global variables of windows
60  Start
61   -> Control Panel
62     -> System
63      -> Advance
64       -> Environment Variables
65 Ex.
66
67 CREATIS         = c:\Creatis\
68