From ffaac908ddfe848b2d20ab7531f99ecae5674557 Mon Sep 17 00:00:00 2001 From: baldurk Date: Mon, 29 Oct 2018 10:57:19 +0000 Subject: [PATCH] Mention that autotools is required on macOS --- docs/CONTRIBUTING/Dependencies.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/CONTRIBUTING/Dependencies.md b/docs/CONTRIBUTING/Dependencies.md index 61d411894..75b2daa08 100644 --- a/docs/CONTRIBUTING/Dependencies.md +++ b/docs/CONTRIBUTING/Dependencies.md @@ -69,6 +69,8 @@ brew install cmake qt5 brew link qt5 --force ``` +You will also need `autotools`. That is usually available by default but might need to be explicitly installed with `brew install autotools`. + ## Android To build for Android, you must download components of the Android SDK, the Android NDK, and Java Development Kit.