From a05bb2498ec1fea65fce49a9c6b87d1753593212 Mon Sep 17 00:00:00 2001 From: fwcd Date: Sat, 6 Apr 2019 14:07:53 +0200 Subject: [PATCH] Update macOS/Linux prerequisites section in README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d8af5f2e..aec2c0cd 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ Prerequisites: ### On macOS/Linux Prerequisites: - CMake 3.8 or newer +- C++17-compatible compiler, e.g. GCC 7 or Clang 4 - Create a new directory named `cmake_build` in the repository folder - Run `cmake ..` from `cmake_build`