Merge pull request #83 from mtklr/macos

fix macos dependencies
This commit is contained in:
Dagen Brock 2019-08-16 14:12:06 -05:00 committed by GitHub
commit 7385478565
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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