Updated macOS (markdown)

Hajime Hoshi 2017-02-17 03:21:23 +09:00
parent dc72f20d6a
commit 241df5a9b1

@ -1,3 +1,3 @@
See [[installation]].
Compilation requires a C compiler like clang to compile third party libraries used by Ebiten. You would need Xcode on Mac OS X.
Compilation requires a C compiler like clang to compile third party libraries used by Ebiten. On the latest macOS, just type `clang` on your terminal and a dialog would appear if you don't have clang compiler. Follow the instruction to install it.