Skip to content

Commit 09cca13

Browse files
committed
Update build instructions
We don't need to separately build the library and the executable anymore.
1 parent de914f0 commit 09cca13

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,19 +42,12 @@ issue, provide us with:
4242

4343
## Building
4444

45-
To build `bindgen`:
45+
To build the `bindgen` library and the `bindgen` executable:
4646

4747
```
4848
$ cargo build
4949
```
5050

51-
To build the `bindgen` executable:
52-
53-
```
54-
$ cd bindgen/bindgen
55-
$ cargo build
56-
```
57-
5851
If you installed multiple versions of llvm, it may not be able to locate the
5952
latest version of libclang. In that case, you may want to either uninstall other
6053
versions of llvm, or specify the path of the desired libclang explicitly:

0 commit comments

Comments
 (0)