From 7955694b084d868641f9a57907c96310e71d0336 Mon Sep 17 00:00:00 2001 From: "Praetorius, Simon" <simon.praetorius@tu-dresden.de> Date: Mon, 13 Nov 2017 11:02:45 +0100 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 978962e7..b8af8379 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ for details about the installation of dune modules. Additionally we require the following libraries to be found: - [MTL4](https://gitlab.math.tu-dresden.de/spraetor/mtl4) (use this fork to get up-to-date changes) - [SuiteSparse](http://faculty.cse.tamu.edu/davis/suitesparse.html) (optional) +- libalberta >= 3.0 (For Alberta-Grids) And a compiler that supports the C++14 standard, e.g. g++ >= 4.9 and clang >= 3.6, and cmake >= 3.1. -- GitLab