Browse Source

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.
(cherry picked from commit 90a8660a72b56c8931e318e0a5923eeb0fb57fa0)
Andrea Faulds 8 years ago
parent
commit
4449a3c8b7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      reference/compiling_for_osx.rst

+ 1 - 1
reference/compiling_for_osx.rst

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