summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Fitzgerald <fitzgen@gmail.com>2017-01-23 10:43:04 -0800
committerNick Fitzgerald <fitzgen@gmail.com>2017-01-23 10:43:04 -0800
commit09cca13cbcbe7d118fcd6cf6b651b4ea0279c584 (patch)
tree96e8e39296ede194645bb2fcd2eda608760ea9a4
parentde914f0eb90445e55cb11dc5329ea4c5f060bcec (diff)
Update build instructions
We don't need to separately build the library and the executable anymore.
-rw-r--r--CONTRIBUTING.md9
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: