summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Boon <david.boon@gmail.com>2015-06-03 06:45:52 -0700
committerDavid Boon <david.boon@gmail.com>2015-06-03 06:45:52 -0700
commit2784b84d4d3855152e003e6476b9d55889b335f6 (patch)
tree1ffb0d41e502e47399f7ec7c8e7e1cdd203ed098
parente9b2f7a2d401edf6b7662b187bd415253b072df5 (diff)
updated documentation with location of libclang when only command line xcode installed.
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index c01c78c8..9c465d28 100644
--- a/README.md
+++ b/README.md
@@ -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
------------------