Skip to content
Snippets Groups Projects
README 814 B
Newer Older
DUNE-library
============

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

Adrian Burri's avatar
Adrian Burri committed
To compile a small library ALU3d-Grid has to check several components of
your system. Run

  ./configure

to commence those tests. If you intend to use the parallel version of the
grid, make sure that you have MPI and Metis or PARTY and supply the
respective flags to the configure script.

You can use

  ./configure --prefix=PATH

Adrian Burri's avatar
Adrian Burri committed
if you don't want ALU3d-Grid to be installed into /usr/local

After configuration

  make
  make install

Adrian Burri's avatar
Adrian Burri committed
build and install ALU3d-Grid (you may need root-permissions for the install
part depending on the prefix set)

License
-------

Adrian Burri's avatar
Adrian Burri committed
The ALU3d-Grid-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