diff options
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,5 +1,5 @@ Theres nothing special about it. Install it like any other standard -plugin (unpack, soft link, make plugins). +plugin (unpack, soft link, make plugins). Optional libraries: ------------------- @@ -7,7 +7,7 @@ Optional libraries: libpcre ------- For support of Perl compatible regular expressions in a search you have to use -libpcre: +libpcre: simply edit the plugins Makefile and uncomment '#REGEXLIB = pcre' to 'REGEXLIB = pcre' or append 'REGEXLIB=pcre' to your 'make plugins' call. (you will need pcreposix installed, comes with libpcre from @@ -27,7 +27,7 @@ libtre epgsearch has a fuzzy search algorithm. Unfortunately it's rescrited 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: +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 |