From: Michal Vaner Date: Mon, 8 Sep 2008 16:48:21 +0000 (+0200) Subject: Update the configure documentation X-Git-Tag: holmes-import~227^2~5^2~44 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=4a8b5dcee171e54f6628f49aec744bbe232fb5a2;p=libucw.git Update the configure documentation libucw will be built alone, therefore ucw/doc/configure describes stand-alone building. Sherlock configure is described in doc/configure. --- diff --git a/ucw/doc/configure.txt b/ucw/doc/configure.txt index 5dd3c7ac..0db3c5f4 100644 --- a/ucw/doc/configure.txt +++ b/ucw/doc/configure.txt @@ -1,44 +1,44 @@ -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: - - 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. + - runtime configuration in configuration files (see <>) + - compile-time configuration of the libraries: config switches set + before compiling, selecting optional features. How to configure ---------------- -To set up compilation for a given customization, possibly overriding its default -compile-time options, just run - - ./configure [