source: tags/svn.1.5.4/arb_UBUNTU.txt

Last change on this file was 8212, checked in by westram, 12 years ago

merge from stable_5.0 [8207] [8210] [8211]

  • refer to ubuntu 10.04 (lucid/LTS)
  • drop suse version (no longer supported, got no up-to-date suse-machine)
  • drop gcc <4.x
File size: 1.2 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
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     - x11proto-print-dev
44     - xsltproc
45     - xutils-dev
46
47 2b) OPENGL version
48
49     Add the following repository to your packet manager:
50
51         deb http://dev.mikro.biologie.tu-muenchen.de/debian hardy non-free
52
53         (replace 'hardy' with your ubuntu distribution; see
54          http://dev.mikro.biologie.tu-muenchen.de/debian/dists/
55          for available distributions)
56
57     Install the following packets:
58
59     - libglw-mesa-arb
60     - packets mentioned under 1b)
61     - packets mentioned under 2a)
62     - freeglut3-dev
63     - libglew1.5-dev
64     - libpng12-dev
65
66
Note: See TracBrowser for help on using the repository browser.