Unverified Commit 571571ca authored by Leoš Literák's avatar Leoš Literák Committed by GitHub
Browse files

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

#7728 - update instructions for systemd support
parent b61b6638
...@@ -40,6 +40,11 @@ libssl-dev on Debian/Ubuntu) and run: ...@@ -40,6 +40,11 @@ libssl-dev on Debian/Ubuntu) and run:
% make BUILD_TLS=yes % 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: You can run a 32 bit Redis binary using:
% make 32bit % make 32bit
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment