Skip to content

Commit

Permalink
OpenBSD requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronM04 authored and emilio committed Feb 7, 2021
1 parent 0f8ceb6 commit 17476e9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions book/src/requirements.md
Expand Up @@ -63,6 +63,14 @@ repos to get version 3.9. See http://apt.llvm.org/.
# pacman -S clang
```

#### OpenBSD

```bash
# pkg_add llvm
```

Add `export LIBCLANG_PATH=/usr/local/lib` to your profile.

#### From source

If your package manager doesn't yet offer Clang 3.9, you'll need to build from
Expand Down

0 comments on commit 17476e9

Please sign in to comment.