Skip to content
Snippets Groups Projects
Forked from Core Modules / dune-common
11353 commits behind the upstream repository.
user avatar
Thimo Neubauer authored
- add --enable-dunedevel which switches a define DUNE_DEVEL_MODE that
  in turn can be used to activate more output (will e.g. be used for
  exception output format)
- --with-dune works with both the directory above and the real
  dune-dir... if the directory is called "dune". Well, otherwise the
  includes won't work anyway :)

[[Imported from SVN: r713]]
76d8504d
History
DUNE-library
============

[descriptional text missing]


Getting started
---------------

The easiest way to use Dune is to rename this directory "dune" if it
has a different name and tell the application about it. That's
it. Really. :)

If you want to install the Dune-headers globally on your system run
the following as "root":

  ./configure && make install


License
-------

The Dune-library and headers are licensed under the GNU Lesser GPL
version 2.1. The full license text can be found in the file COPYING
and via http://www.gnu.org/licenses/lgpl.html