File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -51,9 +51,9 @@ HARDWARE PLATFORMS
51
51
52
52
CFEngine is regularly built and tested on the following CPU architectures:
53
53
54
- * x86
55
54
* x86-64
56
55
* SPARC
56
+ * ARM64
57
57
58
58
OTHER CONFIGURATIONS
59
59
--------------------
@@ -120,13 +120,13 @@ sudo yum install epel-release && sudo yum update
120
120
Or on RHEL, replacing the version number with yours:
121
121
sudo subscription-manager repos --enable codeready-builder-for-rhel-9-x86_64-rpms && sudo yum update
122
122
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
124
124
125
125
For SELinux support you will need selinux-policy-devel package and specify `--with-selinux-policy` to `autogen.sh` or `configure`
126
126
127
127
* Debian (Debian 12 2023-10-09)
128
128
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
130
130
131
131
* NetBSD (9.3 2024-03-01)
132
132
@@ -162,5 +162,5 @@ pkg install build-essential git autoconf automake bison flex liblmdb openssl pcr
162
162
163
163
* OSX (2021-10-20)
164
164
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
166
166
./autogen.sh --enable-debug
You can’t perform that action at this time.
0 commit comments