From 5e8ab3d891681f5558ffaab6057833df1237fd75 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Sat, 23 Mar 2019 23:32:18 +0900 Subject: [PATCH] Destroyed macOS (markdown) --- macOS.md | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 macOS.md 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.