Skip to content

Commit

Permalink
Update Debian requirements.
Browse files Browse the repository at this point in the history
Closes #1613
  • Loading branch information
emilio committed Sep 20, 2019
1 parent dd21b21 commit 86b38f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions book/src/requirements.md
Expand Up @@ -39,13 +39,13 @@ $ brew install llvm
If you use MacPorts:

```bash
$ port install clang-3.9
$ port install clang
```

#### Debian-based Linuxes

```bash
# apt-get install llvm-3.9-dev libclang-3.9-dev clang-3.9
# apt install llvm-dev libclang-dev clang
```

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

0 comments on commit 86b38f4

Please sign in to comment.