From 3ddd68994c1f6e9069e36537ee4be0e79dfdd924 Mon Sep 17 00:00:00 2001 From: Kevin Ernst Date: Thu, 1 Mar 2018 19:43:15 -0500 Subject: [PATCH] Mention that CMake 3.x is required in README (#93) Closes #92 --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c2a083..7328c6b 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,9 @@ brew install ttyd make && make install ``` - You may need to compile/install [libwebsockets][2] from source if the `libwebsockets-dev` package is outdated. + [CMake][19] of at least 3.0 is required. If you get the error message 'Policy "CMP0048" is not known to this version of CMake,' that means you have an old CMake. + + You may also need to compile/install [libwebsockets][2] from source if the `libwebsockets-dev` package is outdated. ## Install on Windows @@ -186,3 +188,4 @@ Docker containers are jailed environments which are more secure, this is useful [16]: https://en.wikipedia.org/wiki/ZMODEM [17]: https://ohse.de/uwe/software/lrzsz.html [18]: https://en.wikipedia.org/wiki/CJK_characters + [19]: https://cmake.org/ -- 2.43.4