source: trunk/arb_UBUNTU.txt

Last change on this file was 19428, checked in by westram, 9 months ago
  • add dependencies to make + time.
  • call apt-get using sudo ⇒ support for limited sudo access.
File size: 1.1 KB
Line 
1
2ARB requirements on Ubuntu 20.04
3--------------------------------
4
5Note: You may use the provided install script, e.g. as follows
6      SH/arb_installubuntu4arb.sh
7
8      (you need the permission to run 'sudo apt-get install*')
9
10
111) Package dependencies for running precompiled ARB
12
13 1a) Non OPENGL version
14
15     - gnuplot
16     - gv
17     - libmotif-common
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     - libglib2.0-dev
35     - libmotif-dev
36     - libreadline-dev
37     - libtiff5-dev
38     - libx11-dev
39     - libxaw7-dev
40     - libxext-dev
41     - libxml2-utils
42     - libxerces-c-dev
43     - libxpm-dev
44     - libxt-dev
45     - lynx
46     - x11proto-print-dev
47     - xsltproc
48
49     optional:
50     - xutils-dev
51
52 2b) OPENGL version
53
54     Install the following packets:
55
56     - libglw-mesa-arb
57     - packets mentioned under 1b)
58     - packets mentioned under 2a)
59     - freeglut3-dev
60     - libglew1.5-dev
61     - libpng12-dev
62
63
Note: See TracBrowser for help on using the repository browser.