diff options
author | anbr <vdr07@deltab.de> | 2009-07-06 20:14:53 +0200 |
---|---|---|
committer | anbr <vdr07@deltab.de> | 2009-07-06 20:14:53 +0200 |
commit | 877e98b09edd13fabe51c39fa984e1f04ad7b8ba (patch) | |
tree | 6a6d72a918e2fc17916aa4bf4a30704a35e567a7 | |
parent | a65c3e885021c6bd939ee0cbb4509b417ef898f2 (diff) | |
download | vdr-plugin-imonlcd-877e98b09edd13fabe51c39fa984e1f04ad7b8ba.tar.gz vdr-plugin-imonlcd-877e98b09edd13fabe51c39fa984e1f04ad7b8ba.tar.bz2 |
fix a misunderstanding on INSTALL instruction
-rw-r--r-- | README | 17 |
1 files changed, 14 insertions, 3 deletions
@@ -59,24 +59,35 @@ Once that finishes, run the following commands to install the modules: At this point, you've got LIRC installed, and you might like to take some time to set up your remote (if you've got one). + That step is outside the scope of these instructions, so I'll just skip that and move on to install vdr-plugin-imonlcd now. Install vdr-plugin-imonlcd: --------------------------- -Unpack the vdr-plugin-imonlcd tarball to $VDRSOURCE/PLUGINS/src directory +Unpack the vdr-plugin-imonlcd tarball to $VDRSOURCE/PLUGINS/src directory. +Variable $VDRSOURCE stands for a directory, where source archive of VDR package +was be decompressed. -#> cd /usr/local/src/vdr/PLUGINS/src +#> cd $VDRSOURCE/PLUGINS/src #> tar -xzvf vdr-imonlcd-0.0.1.tgz #> ln -s imonlcd-0.0.1 imon Compile the plugin (from VDR's source directory) -#> cd /usr/local/src/vdr/PLUGINS/src +Change the working directory to VDR source root and compile this plugin +like all other VDR plugins. + +#> cd $VDRSOURCE #> make plugins + +After everything has been compiled without errors, copy the plugin to their +target directory. + #> make install + Check follow requirements ------------------------- * module lirc_imon is loaded |