summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2021-12-28 15:33:04 -0800
committerGitHub <noreply@github.com>2021-12-28 15:33:04 -0800
commit63252794a0a1bec04e46ece82f7a3edf0b527d82 (patch)
tree1298733c0a52134d1f5bbe2061b84d2642b3f768
parent67e52b1d70d094e1ad4a8d07ebf0243d019bc707 (diff)
downloadnanomsg-63252794a0a1bec04e46ece82f7a3edf0b527d82.tar.gz
fixes #1071 CMake 2.8.12 required (doc inaccuracy)
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 0015bee..ec13d4e 100644
--- a/README.md
+++ b/README.md
@@ -25,13 +25,13 @@ Prerequisites
* Microsoft Visual Studio 2010 (including C++) or newer, or mingw-w64.
(Specifically mingw and older Microsoft compilers are *NOT supported,
and we do not test mingw-w64 at all, so YMMV.)
- * CMake 2.8.7 or newer, available in $PATH as `cmake`
+ * CMake 2.8.12 or newer, available in $PATH as `cmake`
2. POSIX (Linux, MacOS X, UNIX)
* ANSI C compiler supporting C89
* POSIX pthreads (should be present on all modern POSIX systems)
* BSD sockets support for both TCP and UNIX domain sockets
- * CMake (http://cmake.org) 2.8.7 or newer, available in $PATH as `cmake`
+ * CMake (http://cmake.org) 2.8.12 or newer, available in $PATH as `cmake`
3. Documentation (optional)
* asciidoctor (http://asciidoctor.org/) available as `asciidoctor`