File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -121,13 +121,13 @@ sudo yum install epel-release && sudo yum update
121
121
Or on RHEL, replacing the version number with yours:
122
122
sudo subscription-manager repos --enable codeready-builder-for-rhel-9-x86_64-rpms && sudo yum update
123
123
124
- 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
124
+ 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
125
125
126
126
For SELinux support you will need selinux-policy-devel package and specify `--with-selinux-policy` to `autogen.sh` or `configure`
127
127
128
128
* Debian (Debian 12 2023-10-09)
129
129
130
- 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
130
+ 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
131
131
132
132
* NetBSD (9.3 2024-03-01)
133
133
@@ -163,5 +163,5 @@ pkg install build-essential git autoconf automake bison flex liblmdb openssl pcr
163
163
164
164
* OSX (2021-10-20)
165
165
166
- brew install openssl lmdb autoconf automake libtool bison flex pcre2 m4 gcc make
166
+ brew install openssl lmdb autoconf automake libtool bison flex pcre2 m4 gcc make librsync
167
167
./autogen.sh --enable-debug
You can’t perform that action at this time.
0 commit comments