diff --git a/doc/INSTALL.md b/doc/INSTALL.md index 906c47db5..ed13e599b 100644 --- a/doc/INSTALL.md +++ b/doc/INSTALL.md @@ -198,11 +198,11 @@ Configure lightningd: copy `/usr/local/etc/lightningd-bitcoin.conf.sample` to To Build on OpenBSD -------------------- -OS version: OpenBSD 6.7 +OS version: OpenBSD 7.3 Install dependencies: ``` -pkg_add git python gmake py3-pip libtool +pkg_add git python gmake py3-pip libtool gettext-tools pkg_add automake # (select highest version, automake1.16.2 at time of writing) pkg_add autoconf # (select highest version, autoconf-2.69p2 at time of writing) ```