source: tags/arb-6.0.6/arb_UBUNTU.txt

Last change on this file was 14803, checked in by westram, 8 years ago
File size: 1.3 KB
Line 
1
2ARB requirements on Ubuntu 16.04
3--------------------------------
4
5Note: You may use the provided install script, e.g. as follows
6    sudo SH/arb_installubuntu4arb.sh
7
8
91) Package dependencies for running precompiled ARB
10   
11 1a) Non OPENGL version
12
13     - gnuplot
14     - gv
15     - libmotif-common
16     - xfig
17     - transfig
18     - xterm
19
20 1b) OPENGL version
21
22     - packets mentioned under 1a)
23     - libpng12-0
24
25
262) Package dependencies for compiling ARB
27
28 2a) Non OPENGL version
29
30     - packets mentioned under 1a)
31     - g++
32     - libglib2.0-dev
33     - libmotif-dev
34     - libreadline-dev
35     - libtiff5-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     *** Currently not supported! ***
50     *** The following won't work ***
51
52     Add the following repository to your packet manager:
53
54         deb http://dev.arb-home.de/debian hardy non-free
55
56         (replace 'hardy' with your ubuntu distribution; see
57          http://dev.arb-home.de/debian/dists/
58          for available distributions)
59
60     Install the following packets:
61
62     - libglw-mesa-arb
63     - packets mentioned under 1b)
64     - packets mentioned under 2a)
65     - freeglut3-dev
66     - libglew1.5-dev
67     - libpng12-dev
68
69
Note: See TracBrowser for help on using the repository browser.