mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-02-13 19:43:17 +01:00
Destroyed macOS (markdown)
parent
2e8577462d
commit
5e8ab3d891
11
macOS.md
11
macOS.md
@ -1,11 +0,0 @@
|
||||
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` and select commandline tools.
|
Loading…
Reference in New Issue
Block a user