diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 29 |
1 files changed, 9 insertions, 20 deletions
@@ -63,28 +63,17 @@ reworked a few times. Installation: This plugin is for VDR >= 1.6.0. It currently needs a few hooks in, and -changes to, VDR to work. A patch file is included. The patches should +changes to, VDR to work. A patch file is included and it should be harmless if you don't have the plugin loaded, so even if you patch VDR and later decide not to use this plugin you don't necessarily have to reinstall VDR. It is probably possible to build the plugin for other version of VDR, but don't count on it. -Steps (version numbers may differ): - -As usual, unpack the plugin and make a link: - cd ..../vdr-1.2.6/PLUGINS/src - tar zxvf ..../vdr-ttxtsubs-0.0.5.tgz - ln -s ttxtsubs-0.0.5 ttxtsubs - -Go back to your VDR directory and install the patches and the new files: - cd ../../ - cp PLUGINS/src/ttxtsubs-0.0.5/vdrttxtsubshooks.[ch] . - patch -b < PLUGINS/src/ttxtsubs-0.0.5/VDR.patch - -Rebuild VDR: - make clean - make include-dir - make - make plugins - -Now you should be able to start VDR with "-P ttxtsubs". +cd /put/your/path/here/VDR/PLUGINS/src +tar -xzf /put/your/path/here/vdr-ttxtsubs-X.Y.Z.tgz +ln -s ttxtsubs-X.Y.Z ttxtsubs +cd /put/your/path/here/VDR +patch -p1 < PLUGINS/src/ttxtsubs/patches/vdr-X.Y.Z-ttxtsubs.patch +make +make plugins +./vdr -P ttxtsubs |