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.)
This commit is contained in:
Matt Keller 2019-07-28 16:08:07 -04:00
parent c7d128f216
commit 9df65dfd85
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ An Apple IIgs emulator based on KEGS
# Build instructions
## OS X dependencies
brew install re2c sdl2 sdl2_image freetype
brew install cmake pkg-config re2c sdl2 sdl2_image freetype
## Linux dependencies
apt-get install re2c libsdl2-dev libsdl2-image-dev libfreetype6-dev libpcap0.8-dev

View File

@ -14,7 +14,7 @@ xcode-select --install
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
# Use brew to install dependencies.
brew install sdl2 sdl2_image freetype re2c cmake
brew install cmake pkg-config re2c sdl2 sdl2_image freetype
# Clone & Build.
git clone git@github.com:digarok/gsplus.git