mirror of https://github.com/mgba-emu/mgba.git
Fix a build error macOS Sierra and High Sierra #798
This commit is contained in:
parent
80593c9611
commit
f8759a8760
|
@ -122,7 +122,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:
|
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
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
cmake -DCMAKE_PREFIX_PATH=`brew --prefix qt5` ..
|
cmake -DCMAKE_PREFIX_PATH=`brew --prefix qt5` ..
|
||||||
|
|
|
@ -122,7 +122,7 @@ Damit wird mGBA gebaut und in `/usr/bin` und `/usr/lib` installiert. Installiert
|
||||||
|
|
||||||
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:
|
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
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
cmake -DCMAKE_PREFIX_PATH='brew --prefix qt5' ..
|
cmake -DCMAKE_PREFIX_PATH='brew --prefix qt5' ..
|
||||||
|
|
Loading…
Reference in New Issue