From 2b115b4170104f2a16a108f89339b01170d9b06d Mon Sep 17 00:00:00 2001 From: Christian Godenschwager <christian.godenschwager@fau.de> Date: Wed, 7 Feb 2018 13:54:33 +0100 Subject: [PATCH] Update README.md to C++14 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b1659f2a9..e9f71cd44 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ is documented in [Sphinx](http://walberla.net/sphinx/index.html). ## Getting started -The minimum requirements are a C++11-compliant compiler (e.g. GCC or Clang), +The minimum requirements are a C++14-compliant compiler (e.g. GCC or Clang), the [Boost](http://www.boost.org) library and the [CMake](http://www.cmake.org) build system. Furthermore, you need an MPI library (like [Open MPI](http://www.open-mpi.org)) if you want to make use of parallel -- GitLab