Skip to content

Commit c85fa24

Browse files
author
bors-servo
authored
Auto merge of rust-lang#563 - ari7:master, r=emilio
fix clang installation instruction for debian os Added clang-3.9 to debian install command. Without it, `cargo build` of [libbindgen-tutorial-bzip2-sys](https://github.com/fitzgen/libbindgen-tutorial-bzip2-sys) fails with: ``` /usr/include/stdio.h:33:11:` fatal error: 'stddef.h' file not found, err: true ```
2 parents b821252 + 839e977 commit c85fa24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ $ port install clang-3.9
5959
##### Debian-based Linuxes
6060

6161
```
62-
# apt-get install llvm-3.9-dev libclang-3.9-dev
62+
# apt-get install llvm-3.9-dev libclang-3.9-dev clang-3.9
6363
```
6464

6565
Ubuntu 16.10 provides the necessary packages directly. If you are using older

0 commit comments

Comments
 (0)