Browse Source

Minor documentation update on ccache section for Xcode 6 users.

Yao Wei Tjong 姚伟忠 10 years ago
parent
commit
cc64e9bb7b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Docs/GettingStarted.dox

+ 1 - 0
Docs/GettingStarted.dox

@@ -312,6 +312,7 @@ cp -p $(which ccache) .
 for compiler in clang clang++; do mv $compiler{,.orig} && sudo mv /usr/bin/$compiler{,.orig} && sudo ln -sf $(pwd)/$compiler.orig /usr/bin/$compiler && ln -sf ccache $compiler; done
 \endverbatim
 
+Xcode 6 has done something funky internally. It won't build unless the symlink resolves to an executable within its own rooted-'/usr/bin' in Xcode.app package. The 'ccache' executable is physically copied to this location for this reason. But as the result, you have to manually keep this copy up to date when upgrading 'ccache'.
 
 \page Running Running Urho3D player application