From c695ac4669eff39d847e15234e6ccd4549066a18 Mon Sep 17 00:00:00 2001 From: Henry Fredrick Schreiner Date: Thu, 21 Feb 2019 09:19:27 +0100 Subject: [PATCH] Reflect update for EPEL cmake version --- book.json | 2 +- chapters/intro/dodonot.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/book.json b/book.json index b3f8fdc..731e51a 100644 --- a/book.json +++ b/book.json @@ -2,7 +2,7 @@ "title": "Modern CMake", "description": "A guide to writing simple, powerful, and clean CMake 3.1+ builds.", "author": "Henry Schreiner", - "plugins": ["replace", "hints", "term", "include-codeblock", "ace", "otherlink"], + "plugins": ["replace", "hints", "term", "include-codeblock", "ace"], "pluginsConfig": { "include-codeblock": { "fixlang": true diff --git a/chapters/intro/dodonot.md b/chapters/intro/dodonot.md index 879adcc..eaab8ba 100644 --- a/chapters/intro/dodonot.md +++ b/chapters/intro/dodonot.md @@ -6,8 +6,8 @@ You'll need to pick a minimum required version of CMake. This will affect the CM | Distribution | CMake version | Notes | |---------------|---------------|-------| -| RHEL/CentOS 7 | 2.8.11 | Don't use the default on this system. Grab a new copy or use the EPEL repo. | -| EPEL for RHEL/CentOS | 3.6.3 | Called `cmake3` | +| [RHEL/CentOS 7](https://rpms.remirepo.net/rpmphp/zoom.php?rpm=cmake) | 2.8.11 | Don't use the default on this system. Grab a new copy or use the EPEL repo. | +| [EPEL for RHEL/CentOS](https://rpms.remirepo.net/rpmphp/zoom.php?rpm=cmake3) | 3.13.4 | Called `cmake3` | | Ubuntu 14.04 LTS | 2.8.12 | Don't use the default on this system. | | Ubuntu 16.04 LTS | 3.5.1 | | | Ubuntu 18.04 LTS | 3.10.2 | An LTS with a pretty decent minimum version! |