Skip to content

Commit a7ce81c

Browse files
authored
Merge pull request #5684 from larsewi/install
Updated install dependencies to include librsync
2 parents 8bf3d06 + 1c856a8 commit a7ce81c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

INSTALL

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ HARDWARE PLATFORMS
5151

5252
CFEngine is regularly built and tested on the following CPU architectures:
5353

54-
* x86
5554
* x86-64
5655
* SPARC
56+
* ARM64
5757

5858
OTHER CONFIGURATIONS
5959
--------------------
@@ -120,13 +120,13 @@ sudo yum install epel-release && sudo yum update
120120
Or on RHEL, replacing the version number with yours:
121121
sudo subscription-manager repos --enable codeready-builder-for-rhel-9-x86_64-rpms && sudo yum update
122122

123-
sudo yum install -y gcc gdb make git libtool autoconf automake byacc flex openssl-devel pcre2-devel lmdb-devel pam-devel flex-devel libyaml-devel fakeroot libxml2-devel
123+
sudo yum install -y gcc gdb make git libtool autoconf automake byacc flex openssl-devel pcre2-devel lmdb-devel pam-devel flex-devel libyaml-devel fakeroot libxml2-devel librsync-devel
124124

125125
For SELinux support you will need selinux-policy-devel package and specify `--with-selinux-policy` to `autogen.sh` or `configure`
126126

127127
* Debian (Debian 12 2023-10-09)
128128

129-
sudo apt-get install -y build-essential git libtool autoconf automake bison flex libssl-dev libpcre2-dev libbison-dev libacl1 libacl1-dev lmdb-utils liblmdb-dev libpam0g-dev libtool libyaml-dev libxml2-dev
129+
sudo apt-get install -y build-essential git libtool autoconf automake bison flex libssl-dev libpcre2-dev libbison-dev libacl1 libacl1-dev lmdb-utils liblmdb-dev libpam0g-dev libtool libyaml-dev libxml2-dev librsync-dev
130130

131131
* NetBSD (9.3 2024-03-01)
132132

@@ -162,5 +162,5 @@ pkg install build-essential git autoconf automake bison flex liblmdb openssl pcr
162162

163163
* OSX (2021-10-20)
164164

165-
brew install openssl lmdb autoconf automake libtool bison flex pcre2 m4 gcc make
165+
brew install openssl lmdb autoconf automake libtool bison flex pcre2 m4 gcc make librsync
166166
./autogen.sh --enable-debug

0 commit comments

Comments
 (0)