Skip to content

Commit 43bf749

Browse files
committed
Added librsync to install dependencies
Only added it to the platforms I've tested. I.e., Debian/Ubuntu, RHEL/CentOS & macOS. Signed-off-by: Lars Erik Wik <lars.erik.wik@northern.tech>
1 parent 89ce7ea commit 43bf749

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

INSTALL

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,13 +121,13 @@ sudo yum install epel-release && sudo yum update
121121
Or on RHEL, replacing the version number with yours:
122122
sudo subscription-manager repos --enable codeready-builder-for-rhel-9-x86_64-rpms && sudo yum update
123123

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
125125

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

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

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
131131

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

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

164164
* OSX (2021-10-20)
165165

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
167167
./autogen.sh --enable-debug

0 commit comments

Comments
 (0)