Note that Command Line Tools for Xcode suffices

Godot does not require the full Xcode package to build, only the Command Line Tools for Xcode, so this modifies the build instructions to make that clear.
This commit is contained in:
Andrea Faulds 2017-03-11 19:06:37 +00:00 committed by GitHub
parent 74a186d398
commit 90a8660a72
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ required:
- Python 2.7+ (3.0 is untested as of now)
- SCons build system
- XCode
- Xcode (or the more lightweight Command Line Tools for Xcode)
Compiling
---------