all repos — mgba @ f8759a8760f4af6bd12188beeae82fb4e2ea5585

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

f8759a8760f4af6bd12188beeae82fb4e2ea5585

parent

80593c96115b7f958ca5716a884e00236662f1b9

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

jump to
M README.mdREADME.md

@@ -122,7 +122,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` ..
M README_DE.mdREADME_DE.md

@@ -122,7 +122,7 @@ Damit wird mGBA gebaut und in `/usr/bin` und `/usr/lib` installiert. Installierte Abhängigkeiten werden automatisch erkannt. Features, die aufgrund fehlender Abhängigkeiten deaktiviert werden, werden nach dem `cmake`-Kommando aufgelistet.

Wenn Du macOS verwendest, sind die einzelnen Schritte etwas anders. Angenommen, dass Du eine Homebrew-Paketverwaltung verwendest, werden folgende Schritte zum installieren der Abhängigkeiten und anschließenden bauen von mGBA empfohlen: - 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' ..