diff options
author | Aaron Miller <829076+AaronM04@users.noreply.github.com> | 2021-02-04 21:27:15 -0800 |
---|---|---|
committer | Emilio Cobos Álvarez <emilio@crisal.io> | 2021-02-07 20:31:03 +0100 |
commit | 17476e9f4eee21cf7fe9aee5f5b68538bfcce169 (patch) | |
tree | bd4eccb32067a3282f2d22508b19c4c6b6b10a54 | |
parent | 0f8ceb68fd16e2b2a6c95a0e919dff4989cd0dec (diff) |
OpenBSD requirements
-rw-r--r-- | book/src/requirements.md | 8 |
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 |