From 72d3187728504c459e06ce262c566b5623107e55 Mon Sep 17 00:00:00 2001 From: Patrick Canfield <578371+patreeceeo@users.noreply.github.com> Date: Thu, 25 Feb 2021 10:43:51 -0800 Subject: [PATCH] Warn macOS users about kerl's supported versions? (#177) * Warn macOS users about kerl's supported versions? * Include detail about macOS version --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4e06938..5eefd69 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,8 @@ ODBC support ## OSX +Note, for MacOS 10.15.4 and newer, 22.3.1 is the earliest version that can be installed through `kerl` (and, therefore, `asdf`). Earlier versions will fail to compile. See [this issue](https://github.com/kerl/kerl/issues/335#issuecomment-605487028) for details. + Install the build tools `brew install autoconf`