Skip to content

Commit dde5d45

Browse files
committed
CentOS and Alpine Linux install changes.
Changed sudo to doas for modern Alpine Linux installations and added a Perl package that is missing in CentOS 9.
1 parent 3e6f13c commit dde5d45

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

INSTALL

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,11 +257,15 @@ RedHat / CentOS
257257

258258
sudo yum install autoconf automake make gcc perl-Data-Dumper zlib-devel bzip2 bzip2-devel xz-devel curl-devel openssl-devel
259259

260+
Note: On some versions perl FindBin will need to be installed to make the tests work.
261+
262+
sudo yum install perl-FindBin
263+
260264
Alpine Linux
261265
------------
262266

263-
sudo apk update # Ensure the package list is up to date
264-
sudo apk add autoconf automake make gcc musl-dev perl bash zlib-dev bzip2-dev xz-dev curl-dev libressl-dev
267+
doas apk update # Ensure the package list is up to date
268+
doas apk add autoconf automake make gcc musl-dev perl bash zlib-dev bzip2-dev xz-dev curl-dev libressl-dev
265269

266270
OpenSUSE
267271
--------

0 commit comments

Comments
 (0)