diff --git a/macOS.md b/macOS.md deleted file mode 100644 index d5cc208..0000000 --- a/macOS.md +++ /dev/null @@ -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.