diff options
-rw-r--r-- | HISTORY | 1 | ||||
-rw-r--r-- | README | 3 |
2 files changed, 2 insertions, 2 deletions
@@ -3,6 +3,7 @@ VDR Plugin 'epgfixer' Revision History 2013-xx-xx: Version x.x.x +- Fix possible null pointer error. - Fix header includes. - Makefile fixes. Install example config files automatically. - Fix crash in config editing menus if using color buttons when config is empty. @@ -39,9 +39,8 @@ cd /put/your/path/here/VDR/PLUGINS/src tar -xzf /put/your/path/here/vdr-epgfixer-X.Y.Z.tgz ln -s epgfixer-X.Y.Z epgfixer cd /put/your/path/here/VDR -cp -R PLUGINS/src/epgfixer/epgfixer /path/to/vdrconf/plugins/ make -make plugins +make install ./vdr -P epgfixer Configuration: |