mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 09:00:44 +00:00
Mac: Add 'pcre' to Mac required dependencies
This commit is contained in:
committed by
Baldur Karlsson
parent
825536c5bc
commit
25f764e702
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user