aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilly Tarreau <w@1wt.eu>2017-05-12 14:43:26 +0200
committerKonstantin Ryabitsev <konstantin@linuxfoundation.org>2017-05-12 10:33:15 -0400
commit231719d3f26a32bc0c4ebdd7118b84748739b9ba (patch)
tree5e06dacab1288c46241156c98b175b515fbfab84
parent0ff2c2a5d25046a8f0bb8da431449206c8d702bc (diff)
downloadkup-master.tar.gz
Indicate in the readme how to install the missing dependenciesHEADmaster
Some distros (like Slackware) do not provide a package for config-simple. Just explain how to install them for users not used to the way it's done in Perl. Thanks to Konstantin for the command :-) Signed-off-by: Willy Tarreau <w@1wt.eu>
-rw-r--r--README10
1 files changed, 10 insertions, 0 deletions
diff --git a/README b/README
index 3f63bd9..b25c4a6 100644
--- a/README
+++ b/README
@@ -10,6 +10,16 @@ AUTHORS
Kup was written by H. Peter Anvin <hpa@zytor.com>
Kup is currently maintained by Konstantin Ryabitsev <mricon@kernel.org>
+INSTALLING
+----------
+
+No particular installation is necessary. However Kup has a few dependencies
+and will fail to start if they are not installed. Most distros have them
+already packaged. In the rare event that your distro would not provide
+them, then your distro likely has the "cpan" tool to install them :
+
+ $ sudo cpan install Config::Simple Encode File::Spec
+
SUPPORT
-------
Kup is on github: https://github.com/mricon/kup