From 4f56326997846e9ae485c12a895dae5c47874cac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Hvals=C3=B8e?= <togish@users.noreply.github.com> Date: Fri, 23 Aug 2024 11:27:56 +0200 Subject: [PATCH] Update README.markdown Adding required package to the install statement for Debian/Ubuntu. Problem encountered on Debian12. --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 3d985a0..205d918 100644 --- a/README.markdown +++ b/README.markdown @@ -58,7 +58,7 @@ The latest releases are usually available in the lastest versions of Debian and To install the lastest `master` branch *from source*, use the following instructions: - apt-get install build-essential autopoint automake autoconf libbsd-dev libssl-dev + apt-get install build-essential autopoint automake autoconf libbsd-dev libssl-dev gettext Download source tarball, extract, compile and install: