Fix a build error macOS Sierra and High Sierra #798

This commit is contained in:
Toshiyuki Hirooka 2018-05-31 19:08:12 +09:00 committed by Vicki Pfau
parent 2e2c2e8386
commit 7167b963e6
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ This will build and install mGBA into `/usr/bin` and `/usr/lib`. Dependencies th
If you are on macOS, the steps are a little different. Assuming you are using the homebrew package manager, the recommended commands to obtain the dependencies and build are:
brew install cmake ffmpeg imagemagick libzip qt5 sdl2 libedit
brew install cmake ffmpeg imagemagick libzip qt5 sdl2 libedit pkg-config
mkdir build
cd build
cmake -DCMAKE_PREFIX_PATH=`brew --prefix qt5` ..