Update README.md with instructions how to build with systemd support (#7730)

#7728 - update instructions for systemd support

(cherry picked from commit 571571ca192ec0b7cc66ca61cd6794dcb6a9d8bc)
This commit is contained in:
Leoš Literák 2020-08-31 11:44:09 +02:00 committed by Oran Agra
parent f38e2802b6
commit 00d0d870d2

View File

@ -40,6 +40,11 @@ libssl-dev on Debian/Ubuntu) and run:
% make BUILD_TLS=yes
To build with systemd support, you'll need systemd development libraries (such
as libsystemd-dev on Debian/Ubuntu or systemd-devel on CentOS) and run:
% make BUILD_WITH_SYSTEMD=yes USE_SYSTEMD=yes
You can run a 32 bit Redis binary using:
% make 32bit