diff options
author | Manuel Reimer <manuel.reimer@gmx.de> | 2013-03-27 17:01:26 (GMT) |
---|---|---|
committer | Manuel Reimer <manuel.reimer@gmx.de> | 2013-03-27 17:01:26 (GMT) |
commit | d60ac12be02dd44bfb576f390c24d3117b280bd1 (patch) | |
tree | be02b439b49516adfdfb173c7e223f3c9adf482b /INSTALL | |
download | vdrpbd-d60ac12be02dd44bfb576f390c24d3117b280bd1.tar.gz vdrpbd-d60ac12be02dd44bfb576f390c24d3117b280bd1.tar.bz2 |
Initial commitv0.0.1
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 26 |
1 files changed, 26 insertions, 0 deletions
@@ -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 |