diff options
| author | Ville Skyttä <ville.skytta@iki.fi> | 2012-12-08 20:01:20 +0100 |
|---|---|---|
| committer | Christian Wieninger <cwieninger@gmx.de> | 2012-12-08 20:01:20 +0100 |
| commit | e481a65ffd10f9235ff6f6a4eaf67ba1897de88f (patch) | |
| tree | 04dc05d3247ffe2a6769126a22f8df2fbf54db6c /INSTALL | |
| parent | 4e8b7b0cd29d820e8206d0d6418400243b182c03 (diff) | |
| download | vdr-plugin-epgsearch-e481a65ffd10f9235ff6f6a4eaf67ba1897de88f.tar.gz vdr-plugin-epgsearch-e481a65ffd10f9235ff6f6a4eaf67ba1897de88f.tar.bz2 | |
Spelling fixes
Diffstat (limited to 'INSTALL')
| -rw-r--r-- | INSTALL | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -24,13 +24,13 @@ REGEXLIB=pcre, if you don't really need it. libtre ------ -epgsearch has a fuzzy search algorithm. Unfortunately it's rescrited to +epgsearch has a fuzzy search algorithm. Unfortunately it's restricted to search patterns with a maximum of 31 characters. This results in empty results if more than 31 characters are used. To avoid this limitation you can use the TRE package (http://laurikari.net/tre/). Install tre (on debian: apt-get install tre-agrep libtre4 libtre-dev) and activate epgsearch's support for it in the Makefile by uncommenting '#REGEXLIB = pcre' to 'REGEXLIB = tre' or append it to your 'make plugins' call. After recompiling epgsearch will now use an -algorithm similiar to 'agrep' with no limits. +algorithm similar to 'agrep' with no limits. |
