diff options
author | David Boon <david.boon@gmail.com> | 2015-06-03 06:45:52 -0700 |
---|---|---|
committer | David Boon <david.boon@gmail.com> | 2015-06-03 06:45:52 -0700 |
commit | 2784b84d4d3855152e003e6476b9d55889b335f6 (patch) | |
tree | 1ffb0d41e502e47399f7ec7c8e7e1cdd203ed098 | |
parent | e9b2f7a2d401edf6b7662b187bd415253b072df5 (diff) |
updated documentation with location of libclang when only command line xcode installed.
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -27,6 +27,10 @@ The default path on OS X is: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/ +Or if you only have Xcode Command Line Tools installed: + + export DYLD_LIBRARY_PATH=/Library/Developer/CommandLineTools/usr/lib + Command Line Usage ------------------ |