Skip to content
Snippets Groups Projects
Forked from Core Modules / dune-common
7220 commits behind the upstream repository.
user avatar
Oliver Sander authored
RemoveConst (except that the return type is now 'type' instead of 'Type').
If the tr1/type_traits header is present, remove_const will be taken from
there.  If not, remove_const is a copy of the RemoveConst class in this
file.

[[Imported from SVN: r4844]]
5e998784
History
DUNE-library
============

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

To compile a small library Dune has to check several components of
your system. Run

  ./configure

to commence those tests. Don't worry about messages telling you that
libraries are missing: they are only needed for grid-self-checks we
need for developing.

You can use

  ./configure --prefix=PATH

if you don't want Dune to be installed into /usr/local

After configuration

  make
  make install

build and install Dune (you may need root-permissions for the install
part depending on the prefix set)

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