File: README.SVN

package info (click to toggle)
dune-istl 2.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 2,636 kB
  • sloc: cpp: 23,185; makefile: 299; perl: 107; sh: 24
file content (28 lines) | stat: -rw-r--r-- 807 bytes parent folder | download
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
Preparing the SVN-sources
=========================

Additional to the software mentioned in README you'll need the
following programs installed on your system:

  automake >= 1.5

  autoconf >= 2.50

  libtool

For the documentation to build you'll need doxygen, wml, convert and latex
installed.

Dune also features a self-test. As some grid-components (e.g. Albert,
UG) depend on external libraries their self-tests will only run if
those libraries are found. The pathes would then need to be passed via
--with-...= parameters. 

Important!  If you don't want to develop Dune itself you won't need to
provide external components! The Dune-library and -headers are
independent of other libraries, instead the applications can choose
what parts to use.

$Id: README.SVN 740 2007-03-30 13:11:10Z mblatt $