From 25f764e702d6aa5d0af893c949bdb2409d46d654 Mon Sep 17 00:00:00 2001 From: Jake Turner Date: Tue, 6 Dec 2022 17:48:49 +0100 Subject: [PATCH] Mac: Add 'pcre' to Mac required dependencies --- docs/CONTRIBUTING/Dependencies.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/CONTRIBUTING/Dependencies.md b/docs/CONTRIBUTING/Dependencies.md index b094137ce..415a068b2 100644 --- a/docs/CONTRIBUTING/Dependencies.md +++ b/docs/CONTRIBUTING/Dependencies.md @@ -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.