-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathINSTALL_linux
102 lines (77 loc) · 2.3 KB
/
INSTALL_linux
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
This file covers only features specific to some Linux distributions.
See the file INSTALL for the main installation instructions.
MANDRIVA 2006
=============
You must have the following packages installed on your system:
gcc
gcc-c++
gcc-gfortran
libgfortran
liblapack3
liblapack3-devel
libgsl0
libgsl0-devel
libxorg-x11-devel (provides makedepend and is required for the X11 output of PGPLOT)
libpng3-devel (required for the PNG output of PGPLOT)
libfftw3
libfftw3-devel
OpenDX
doxygen
SuSE 9.2
========
You must have the following packages installed on your system:
gcc
gcc-c++
gcc-g77
lapack
gsl
xorg-x11-devel (provides makedepend)
fftw3
fftw3-devel
doxygen
DEBIAN 3.1 "Sarge"
=================
You must have the following packages installed on your system:
blas
blas-dev
lapack3
lapack3-dev
fftw3
fftw3-dev
libgsl0
libgsl0-dev
pgplot5
libx11-dev
libpng2-dev
doxygen
MANDRAKE 8.0
============
You must install the package XFree86-devel-4.0.3-7mdk.i586.rpm from CDROM 1.
This packages provides
- makedepend (required for setting the dependencies in Lorene Makefiles)
- Xlib.h (required for installing PGPLOT)
The LAPACK library is not part of the Mandrake 8.0 distribution.
You can download the necessary RPMs from http://www.netlib.org/lapack/
REDHAT 7.0
==========
The version 3.4.3-4 of DOC++ which can be found on the CDROM
"Power Tools Application" has many bugs ! It should be upgraded at least to
version 3.4.8 (from the DOC++ Web site: http://docpp.sourceforge.net/).
You must install the package XFree86-devel-4.0.1-1.i386.rpm from CDROM.
This packages provides
- makedepend (required for setting the dependencies in Lorene Makefiles)
- Xlib.h (required for installing PGPLOT)
REDHAT 7.1
==========
You must install the package XFree86-devel-4.0.3-5.i386.rpm from CDROM.
This packages provides
- makedepend (required for setting the dependencies in Lorene Makefiles)
- Xlib.h (required for installing PGPLOT)
Debian 3.0
==========
You need to have at least the following packages installed:
- xutils: provides makedepend
- xlibs-dev: contains Xlib.h
- doc++ (version in woody: 3.4.9)
- pgplot5 (contains libpgplot and libcpgplot)
- lapack, lapack-dev (depends on blas)