diff options
author | Nick Fitzgerald <fitzgen@gmail.com> | 2016-08-22 15:42:47 -0700 |
---|---|---|
committer | Nick Fitzgerald <fitzgen@gmail.com> | 2016-08-22 15:42:47 -0700 |
commit | aaaf4f774ac7d85732d2247cffeae9a806a88d34 (patch) | |
tree | 07b00907f73b14e5d315a73a4731debe959cd68d | |
parent | ca412c6b324e3f2ba0e34445a655236eafe6c244 (diff) |
Make sure to mention the need to checkout and build clang
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -39,6 +39,7 @@ Follow the instructions here: http://clang.llvm.org/get_started.html Those instructions list optional steps. For bindgen: +* Checkout and build clang * Checkout and build the extra-clang-tools * Checkout and build the compiler-rt * You do not need to checkout or build libcxx |