Skip to content

Commit 86b38f4

Browse files
committed
Update Debian requirements.
Closes rust-lang#1613
1 parent dd21b21 commit 86b38f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

book/src/requirements.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ $ brew install llvm
3939
If you use MacPorts:
4040

4141
```bash
42-
$ port install clang-3.9
42+
$ port install clang
4343
```
4444

4545
#### Debian-based Linuxes
4646

4747
```bash
48-
# apt-get install llvm-3.9-dev libclang-3.9-dev clang-3.9
48+
# apt install llvm-dev libclang-dev clang
4949
```
5050

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

0 commit comments

Comments
 (0)