From 2a155357373622f8796b0c99f648e49f3fae4a01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5kon=20Nessj=C3=B8en?= Date: Sat, 3 Aug 2024 19:44:23 +0200 Subject: [PATCH] Update README with new (optional but preferred) dependencies --- README.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index 8f15819..ac32c6f 100644 --- a/README.markdown +++ b/README.markdown @@ -32,7 +32,7 @@ See [Usage](#usage) for more. To install dependencies: - yum -y install wget automake gettext gettext-devel gcc make + yum -y install wget automake gettext gettext-devel libbsd-devel gcc make Download source tarball, extract, compile and install: @@ -48,7 +48,7 @@ Dependencies: gcc (or similar), automake, autoconf To install dependencies on Debian/Ubuntu based systems: - apt-get install build-essential autopoint automake autoconf libssl-dev + apt-get install build-essential autopoint automake autoconf libbsd-dev libssl-dev Download source tarball, extract, compile and install: