summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2018-05-16 12:33:52 -0700
committerVito Caputo <vcaputo@pengaru.com>2018-05-16 12:33:52 -0700
commitab00b1ccb5c3b1749fe47539cd1217250a9a57c2 (patch)
treea22fd19ab31d4d4ac525ab07480367a73a72ce47
parent187c3aceed409eb4987de298777547370d429ad5 (diff)
README: add OSX build instructions
Thanks Ed!
-rw-r--r--README5
1 files changed, 5 insertions, 0 deletions
diff --git a/README b/README
index d5ee129..830d386 100644
--- a/README
+++ b/README
@@ -33,6 +33,11 @@ Building from source:
PKG_CONFIG_PATH=/usr/local/cross-tools/i686-w64-mingw32/lib/pkgconfig \
../configure --host=i686-w64-mingw32 --with-svg-cairo
+ On OSX for OSX via brew (requires brew already installed):
+
+ brew install automake pkg-config librsvg sdl2_mixer ; ./bootstrap
+ mkdir build; cd build; ../configure; make
+
Installing:
© All Rights Reserved