aboutsummaryrefslogtreecommitdiffstats
path: root/docs/openbsd
diff options
context:
space:
mode:
authorAnton Lindqvist <anton@basename.se>2018-11-17 19:32:19 +0100
committerDmitry Vyukov <dvyukov@google.com>2018-11-17 10:32:19 -0800
commit1508cc9c44358f1eaf1a53988c6f7c8b6c0dd7ee (patch)
treedaec295076e15ad16bdbb35170e6e779fc066a10 /docs/openbsd
parentb08ee62aecfa850eac53b4dd903299d32b5c567d (diff)
pkg/csource: add support for creating reproducers on OpenBSD
Diffstat (limited to 'docs/openbsd')
-rw-r--r--docs/openbsd/setup.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/openbsd/setup.md b/docs/openbsd/setup.md
index ccc150136..da27a235e 100644
--- a/docs/openbsd/setup.md
+++ b/docs/openbsd/setup.md
@@ -22,6 +22,12 @@ Variables used throughout the instructions:
# pkg_add git gmake go
```
+ In order for reproducers to work, GCC from ports is also required:
+
+ ```sh
+ # pkg_add gcc
+ ```
+
2. Clone repository:
```sh