diff options
| author | jvoisin | 2024-09-03 13:42:09 +0200 |
|---|---|---|
| committer | jvoisin | 2024-09-03 13:42:09 +0200 |
| commit | fbc620a4ef01df68bc66d79e316f1b158705b039 (patch) | |
| tree | 5bdd78d697532f0d77371819c2e4f4444344cd23 /doc/source | |
| parent | 8b85382f29288bd4a8400844934241003e24bb4c (diff) | |
Add some instructions for OpenBSD
See https://github.com/jvoisin/snuffleupagus/issues/498 for details.
Diffstat (limited to 'doc/source')
| -rw-r--r-- | doc/source/installation.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/source/installation.rst b/doc/source/installation.rst index c08eabe..c921c2c 100644 --- a/doc/source/installation.rst +++ b/doc/source/installation.rst | |||
| @@ -72,6 +72,13 @@ solvable via: | |||
| 72 | ./configure --enable-snuffleupagus | 72 | ./configure --enable-snuffleupagus |
| 73 | make | 73 | make |
| 74 | 74 | ||
| 75 | OpenBSD installation | ||
| 76 | -------------------- | ||
| 77 | |||
| 78 | The required dependencies can be installed via ``doas pkg_add git php autoconf gmake``. | ||
| 79 | Note that ``gmake`` is required, as PHP's build system generates Makefiles | ||
| 80 | with GNU idioms. | ||
| 81 | |||
| 75 | 82 | ||
| 76 | Heroku installation | 83 | Heroku installation |
| 77 | ------------------- | 84 | ------------------- |
