From eb70da83ec5c20ddbf760f1934345cb1f6b44355 Mon Sep 17 00:00:00 2001 From: Sylvain LAFRASSE Date: Fri, 31 Aug 2018 13:17:58 +0200 Subject: [PATCH] Added macOS-related details. --- INSTALL | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/INSTALL b/INSTALL index 2099840..c1722d1 100644 --- a/INSTALL +++ b/INSTALL @@ -252,6 +252,11 @@ not `/usr/local'. It is recommended to use the following options: ./configure --prefix=/boot/common + On macOS, automake and autoconf are not part of the default OS. In +order to overcome this, you should install them manually. For example: + + brew install automake autoconf + Specifying the System Type ==========================