mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-02-11 18:43:21 +01:00
Updated macOS (markdown)
parent
3d01f28187
commit
03fde118f7
8
macOS.md
8
macOS.md
@ -1,3 +1,11 @@
|
|||||||
See [[installation]].
|
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.
|
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`.
|
||||||
|
Loading…
Reference in New Issue
Block a user