Add macOS instructions

This commit is contained in:
kichikuou
2018-12-30 12:13:52 +09:00
parent 3d73818ecd
commit 0405260aa9
+6
View File
@@ -15,3 +15,9 @@
$ ./configure
$ make
#### MacOS
$ brew install sdl2 sdl2_mixer
$ ./configure --enable-sdl --disable-gtk --disable-shared --disable-midi
$ make