Skip to content

Commit 9df65df

Browse files
author
Matt Keller
committed
fix macos dependencies
Needs cmake and pkg-config to build on macos (still possible without pkg-config by using ccmake and editing flags/libraries manually, which is a pain.)
1 parent c7d128f commit 9df65df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ An Apple IIgs emulator based on KEGS
55
# Build instructions
66

77
## OS X dependencies
8-
brew install re2c sdl2 sdl2_image freetype
8+
brew install cmake pkg-config re2c sdl2 sdl2_image freetype
99

1010
## Linux dependencies
1111
apt-get install re2c libsdl2-dev libsdl2-image-dev libfreetype6-dev libpcap0.8-dev

doc/Developer-QuickStart-MacOSX.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ xcode-select --install
1414
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
1515

1616
# Use brew to install dependencies.
17-
brew install sdl2 sdl2_image freetype re2c cmake
17+
brew install cmake pkg-config re2c sdl2 sdl2_image freetype
1818

1919
# Clone & Build.
2020
git clone [email protected]:digarok/gsplus.git

0 commit comments

Comments
 (0)