diff --git a/docs/Build_Unix_OSX.md b/docs/Build_Unix_OSX.md index 86439a3bf..6e66b66ee 100644 --- a/docs/Build_Unix_OSX.md +++ b/docs/Build_Unix_OSX.md @@ -14,8 +14,8 @@ Core library **Requirements** -- cmake >= 3.10 -- compiler with C++14 support, e.g. gcc >= 5.1 +- cmake >= 3.12 +- compiler with C++17 support, e.g. gcc >= 13.2 **Build** @@ -227,4 +227,4 @@ make -j make package ``` -Note that one can choose the generator as `cpack -G DragNDrop`. \ No newline at end of file +Note that one can choose the generator as `cpack -G DragNDrop`.