From cf554c1870d1fa56fd9b37a940116441fcdb9064 Mon Sep 17 00:00:00 2001 From: conrad Date: Mon, 30 May 2022 11:25:31 +1000 Subject: [PATCH] state C++11 requirement --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7012139b..2a62746d 100644 --- a/README.md +++ b/README.md @@ -116,6 +116,8 @@ On macOS, the Accelerate framework can be used for BLAS and LAPACK functions. If sparse matrices are not needed, ARPACK and SuperLU are not required. Caveat: only SuperLU versions 5.2.x and 5.3.x can be used; SuperLU must be available as a shared library. +Armadillo requires a C++ compiler that supports at least the C++11 standard. + On Linux-based systems, install the GCC C++ compiler, which is available as a pre-built package. The package name might be `g++` or `gcc-c++` depending on your system.