From: Jason A. Donenfeld Date: Thu, 5 Jan 2017 18:41:20 +0000 (+0100) Subject: wg: add installation note for distros X-Git-Tag: v1.0.20191226~293 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf5d24eca4418379cdd25966da0876e689ee8487;p=thirdparty%2Fwireguard-tools.git wg: add installation note for distros Signed-off-by: Jason A. Donenfeld --- diff --git a/src/INSTALL b/src/INSTALL index 55f0c5b..cc80df5 100644 --- a/src/INSTALL +++ b/src/INSTALL @@ -41,3 +41,8 @@ The first section is rather standard. The second section is not: wg-quick(8). If you don't use systemd, you certainly don't want this, and should set it to `no'. If systemd isn't auto-detected, but you still would like to install it, set this to `yes'. + +If you're a simple `make && make install` kind of user, you can get away with +not setting these variables and relying on the auto-detection. However, if +you're writing a package for a distro, you'll want to explicitly set these, +depending on what you want.