summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--book/src/requirements.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/book/src/requirements.md b/book/src/requirements.md
index 8a959779..921b6044 100644
--- a/book/src/requirements.md
+++ b/book/src/requirements.md
@@ -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