diff options
author | Jyun-Yan You <jyyou.tw@gmail.com> | 2015-06-04 19:48:07 +0800 |
---|---|---|
committer | Jyun-Yan You <jyyou.tw@gmail.com> | 2015-06-04 19:48:07 +0800 |
commit | 3c827b228280025338540e6fd53df88328dc8c9f (patch) | |
tree | 1ffb0d41e502e47399f7ec7c8e7e1cdd203ed098 | |
parent | e9b2f7a2d401edf6b7662b187bd415253b072df5 (diff) | |
parent | 2784b84d4d3855152e003e6476b9d55889b335f6 (diff) |
Merge pull request #215 from evadnoob/master
updated documentation with location of libclang when only command lin…
-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 ------------------ |