Mac: Add 'pcre' to Mac required dependencies

This commit is contained in:
Jake Turner
2022-12-06 17:48:49 +01:00
committed by Baldur Karlsson
parent 825536c5bc
commit 25f764e702
+2 -4
View File
@@ -95,15 +95,13 @@ sudo apt-get install libx11-dev libx11-xcb-dev mesa-common-dev libgl1-mesa-dev l
## Mac
Mac requires Xcode version 12.2 or newer, CMake version 3.20 or newer, and Qt5 version 5.15.2 or newer. If you're using [homebrew](http://brew.sh) then this will do the trick:
Mac requires Xcode version 12.2 or newer, CMake version 3.20 or newer, `autoconf`, `automake`, `pcre` and Qt5 version 5.15.2 or newer. If you're using [homebrew](http://brew.sh) then this will do the trick:
```
brew install cmake qt5
brew install cmake autoconf automake pcre 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 autoconf automake`.
## Android
To build for Android, you must download components of the Android SDK, the Android NDK, and Java Development Kit.