mirror of
https://github.com/digarok/gsplus.git
synced 2025-02-17 11:31:11 +00:00
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:
parent
c7d128f216
commit
9df65dfd85
@ -5,7 +5,7 @@ An Apple IIgs emulator based on KEGS
|
|||||||
# Build instructions
|
# Build instructions
|
||||||
|
|
||||||
## OS X dependencies
|
## OS X dependencies
|
||||||
brew install re2c sdl2 sdl2_image freetype
|
brew install cmake pkg-config re2c sdl2 sdl2_image freetype
|
||||||
|
|
||||||
## Linux dependencies
|
## Linux dependencies
|
||||||
apt-get install re2c libsdl2-dev libsdl2-image-dev libfreetype6-dev libpcap0.8-dev
|
apt-get install re2c libsdl2-dev libsdl2-image-dev libfreetype6-dev libpcap0.8-dev
|
||||||
|
@ -14,7 +14,7 @@ xcode-select --install
|
|||||||
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
|
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
|
||||||
|
|
||||||
# Use brew to install dependencies.
|
# 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.
|
# Clone & Build.
|
||||||
git clone git@github.com:digarok/gsplus.git
|
git clone git@github.com:digarok/gsplus.git
|
||||||
|
Loading…
x
Reference in New Issue
Block a user