X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Fdoc%2Fconfigure.txt;h=35784a25177a936fe202b86159f707c33d698b69;hb=947469a68a50754eafe654f9f256411c07b2ca6a;hp=5dd3c7ac048ec295a49dd80c76660c929b9e0017;hpb=d353c2a2c76a432f089adff3d937167d10e67611;p=libucw.git diff --git a/ucw/doc/configure.txt b/ucw/doc/configure.txt index 5dd3c7ac..35784a25 100644 --- a/ucw/doc/configure.txt +++ b/ucw/doc/configure.txt @@ -1,44 +1,15 @@ -How to Configure Sherlock -========================= +How to Configure Sherlock libraries +=================================== What can be configured ---------------------- There are two different levels of configuring/customizing program -based on libucw: +based on sherlock libraries: - - runtime configuration in configuration files (see doc/config) - - - compile-time configuration: config switches set before compiling, selecting - optional features. - - - customization: a set of C declarations and functions, which define word - types, attributes and the ways to match them. In most cases, you should - use the "free" customization designed for searching in web pages and similar - documents. If you want just a simple search engine for indexing databases, - the "customs/bare" customization can be better. If you want to extend Sherlock - beyond that, you will probably need to write your own customization -- just - follow the structure of the "free" customization and the comments there. - - -How to configure ----------------- -To set up compilation for a given customization, possibly overriding its default -compile-time options, just run - - ./configure [