source: branches/stable/arb_UBUNTU.txt

Last change on this file was 17624, checked in by epruesse, 5 years ago

Add xerces-c-dev to ubuntu build deps

File size: 1.4 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     - libxerces-c-dev
41     - libxpm-dev
42     - libxt-dev
43     - lynx
44     - x11proto-print-dev
45     - xsltproc
46     - xutils-dev
47
48 2b) OPENGL version
49
50     *** Currently not supported! ***
51     *** The following won't work ***
52
53     Add the following repository to your packet manager:
54
55         deb http://dev.arb-home.de/debian hardy non-free
56
57         (replace 'hardy' with your ubuntu distribution; see
58          http://dev.arb-home.de/debian/dists/
59          for available distributions)
60
61     Install the following packets:
62
63     - libglw-mesa-arb
64     - packets mentioned under 1b)
65     - packets mentioned under 2a)
66     - freeglut3-dev
67     - libglew1.5-dev
68     - libpng12-dev
69
70
Note: See TracBrowser for help on using the repository browser.