source: tags/old_import_filter/arb_UBUNTU.txt

Last change on this file was 8871, checked in by epruesse, 12 years ago

add "time" to required packages for building ARB

File size: 1.3 KB
Line 
1
2ARB requirements on Ubuntu 10.04
3--------------------------------
4
5[Note:]
6You may use the provided install script, e.g.
7    sudo SH/arb_installubuntu4arb.sh
8
9
10
111) Package dependencies for running precompiled ARB
12   
13 1a) Non OPENGL version
14
15     - gnuplot
16     - gv
17     - libmotif3 (Ubuntu 12.04: libmotif4)
18     - xfig
19     - transfig
20     - xterm
21
22 1b) OPENGL version
23
24     - packets mentioned under 1a)
25     - libpng12-0
26
27
282) Package dependencies for compiling ARB
29
30 2a) Non OPENGL version
31
32     - packets mentioned under 1a)
33     - g++
34     - libmotif-dev
35     - libtiff4-dev
36     - libx11-dev
37     - libxaw7-dev
38     - libxext-dev
39     - libxml2-utils
40     - libxpm-dev
41     - libxt-dev
42     - lynx
43     - time
44     - x11proto-print-dev
45     - xsltproc
46     - xutils-dev
47
48 2b) OPENGL version
49
50     Add the following repository to your packet manager:
51
52         deb http://dev.mikro.biologie.tu-muenchen.de/debian hardy non-free
53
54         (replace 'hardy' with your ubuntu distribution; see
55          http://dev.mikro.biologie.tu-muenchen.de/debian/dists/
56          for available distributions)
57
58     Install the following packets:
59
60     - libglw-mesa-arb
61     - packets mentioned under 1b)
62     - packets mentioned under 2a)
63     - freeglut3-dev
64     - libglew1.5-dev
65     - libpng12-dev
66
67
Note: See TracBrowser for help on using the repository browser.