diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -72,14 +72,14 @@ other version of VDR, but don't count on it. Steps: As usual, unpack the plugin and make a link: - cd ..../vdr-1.2.5/PLUGINS/src - tar zxvf ..../vdr-ttxtsubs-0.0.4b.tgz - ln -s ttxtsubs-0.0.4b ttxtsubs + 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.4b/vdrttxtsubshooks.[ch] . - patch -b < PLUGINS/src/ttxtsubs-0.0.4b/VDR.patch + cp PLUGINS/src/ttxtsubs-0.0.5/vdrttxtsubshooks.[ch] . + patch -b < PLUGINS/src/ttxtsubs-0.0.5/VDR.patch Rebuild VDR: make clean |