diff options
author | Nick Fitzgerald <fitzgen@gmail.com> | 2017-01-23 10:43:04 -0800 |
---|---|---|
committer | Nick Fitzgerald <fitzgen@gmail.com> | 2017-01-23 10:43:04 -0800 |
commit | 09cca13cbcbe7d118fcd6cf6b651b4ea0279c584 (patch) | |
tree | 96e8e39296ede194645bb2fcd2eda608760ea9a4 | |
parent | de914f0eb90445e55cb11dc5329ea4c5f060bcec (diff) |
Update build instructions
We don't need to separately build the library and the executable anymore.
-rw-r--r-- | CONTRIBUTING.md | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d30df68d..cfcee653 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -42,19 +42,12 @@ issue, provide us with: ## Building -To build `bindgen`: +To build the `bindgen` library and the `bindgen` executable: ``` $ cargo build ``` -To build the `bindgen` executable: - -``` -$ cd bindgen/bindgen -$ cargo build -``` - If you installed multiple versions of llvm, it may not be able to locate the latest version of libclang. In that case, you may want to either uninstall other versions of llvm, or specify the path of the desired libclang explicitly: |