Update brew packages needed for autotools on mac

This commit is contained in:
baldurk
2019-02-04 16:41:34 +00:00
parent a79e047e5d
commit 00c4e3265d
+1 -1
View File
@@ -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