From 571571ca192ec0b7cc66ca61cd6794dcb6a9d8bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leo=C5=A1=20Liter=C3=A1k?= Date: Mon, 31 Aug 2020 11:44:09 +0200 Subject: Update README.md with instructions how to build with systemd support (#7730) #7728 - update instructions for systemd support --- README.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 46b89c392..6c0dbf525 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.1