From 856808aa2da364730af6c9602e0ee47dbeb7eaa8 Mon Sep 17 00:00:00 2001 From: avatar4d Date: Thu, 22 Jun 2023 20:48:12 -0400 Subject: [PATCH] Correct INSTALL.md requirements for OpenBSD GNU xgettext is required to compile. It is found in the gettext-tools package in OpenBSD. Tested on OpenBSD 7.3 --- doc/INSTALL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) ```