From 00c4e3265d673bb0660212b01bf6e4f9efe928b4 Mon Sep 17 00:00:00 2001 From: baldurk Date: Mon, 4 Feb 2019 16:41:34 +0000 Subject: [PATCH] Update brew packages needed for autotools on mac --- docs/CONTRIBUTING/Dependencies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CONTRIBUTING/Dependencies.md b/docs/CONTRIBUTING/Dependencies.md index 1e5601d1d..b4423f88f 100644 --- a/docs/CONTRIBUTING/Dependencies.md +++ b/docs/CONTRIBUTING/Dependencies.md @@ -92,7 +92,7 @@ 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`. +You will also need `autotools`. That is usually available by default but might need to be explicitly installed with `brew install autoconf automake`. ## Android