From d60ac12be02dd44bfb576f390c24d3117b280bd1 Mon Sep 17 00:00:00 2001 From: Manuel Reimer Date: Wed, 27 Mar 2013 18:01:26 +0100 Subject: Initial commit --- INSTALL | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 INSTALL (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL new file mode 100644 index 0000000..d8147c9 --- /dev/null +++ b/INSTALL @@ -0,0 +1,26 @@ +Installation of vdrpbd daemon +--------------------------------- + +vdrpbd is a "self-containing" perl script. In theory no installation +is needed. To simplify the installation process, a simple Makefile has been +added nonetheless. If you use it, you also get a man page installed, which is +autogenerated from the POD documentation built into the vdrpbd script. + +To install vdrpbd, type + +make install + +To uninstall, you may use + +make uninstall + +If you just call "make", then anything, the Makefile does, is to generate the +man page. + +The recommended call to package vdrpbd would be: + +make PREFIX=/usr DESTDIR=/path/to/packagedir install + +There is an optional dependency to the Net::DBus Perl module. It is used to +inhibit the power key on systemd based Linux systems, so systemd doesn't handle +the key on its own. \ No newline at end of file -- cgit v1.2.3