source: tags/arb_5.1/arb_UBUNTU.txt

Last change on this file was 6142, checked in by westram, 15 years ago
  • backport [6141] (parts not affecting code at all, i.e. helpfiles, figs, ..)
File size: 1.1 KB
Line 
1
2ARB requirements on Ubuntu 8.04
3-------------------------------
4
5
61) Package dependencies for running precompiled ARB
7   
8 1a) Non OPENGL version
9
10     - libmotif3
11     - gnuplot
12     - gv
13     - xfig
14     - xterm
15     - treetool
16
17 1b) OPENGL version
18
19     - packets mentioned under 1a)
20     - libpng12-0
21
22
232) Package dependencies for compiling ARB
24
25 2a) Non OPENGL version
26
27     - packets mentioned under 1a)
28     - g++
29     - libx11-dev
30     - libmotif-dev
31     - libxt-dev
32     - x11proto-print-dev
33     - lynx
34     - libxpm-dev
35     - libxp-dev
36     - libxext-dev
37     - libtiff4-dev
38     - libxml2-utils
39     - sablotron
40     - libxaw7-dev
41     - xutils-dev
42
43 2b) OPENGL version
44
45     Add the following repository to your packet manager:
46
47         deb http://dev.mikro.biologie.tu-muenchen.de/debian hardy non-free
48
49     Install the following packets:
50
51     - packets mentioned under 1b)
52     - packets mentioned under 2a)
53     - libglew1.5-dev
54     - libpng12-dev
55     - freeglut3-dev
56     - libglw-mesa-arb
57
58
59[Note:]
60You may use the provided install script, e.g.
61    sudo SH/arb_installubuntu4arb.sh
Note: See TracBrowser for help on using the repository browser.