Skip to content

Commit

Permalink
Update README with new (optional but preferred) dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
haakonnessjoen committed Aug 3, 2024
1 parent 70af938 commit 2a15535
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -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:

Expand Down

0 comments on commit 2a15535

Please sign in to comment.