Updated macOS (markdown)

Hajime Hoshi 2018-02-20 20:09:04 +09:00
parent 3d01f28187
commit 03fde118f7

@ -1,3 +1,11 @@
See [[installation]].
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.
You might find an error when executing gcc:
```
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
````
In this case, run `xcode-select --install`.