all repos — mgba @ 7167b963e65ca298f4417b6b070a67640df88263

mGBA Game Boy Advance Emulator

Fix a build error macOS Sierra and High Sierra #798
Toshiyuki Hirooka toshi.hirooka@gmail.com
Thu, 31 May 2018 19:08:12 +0900
commit

7167b963e65ca298f4417b6b070a67640df88263

parent

2e2c2e8386344915dde93396b35eed7af401c9fc

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M README.mdREADME.md

@@ -96,7 +96,7 @@ This will build and install mGBA into `/usr/bin` and `/usr/lib`. Dependencies that are installed will be automatically detected, and features that are disabled if the dependencies are not found will be shown after running the `cmake` command after warnings about being unable to find them.

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` ..