X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=free%2Flibs%2FREADME;h=4bc91c89ac71de3be5debb8d3203e998139d25a4;hb=b628e2be336b06c930ab0566db61d9071db8c96f;hp=44168dcb19d9aa361da8026946c449d27fd86fd2;hpb=b6bd7dde011385647f249c1f9801d642fda6e85b;p=libucw.git diff --git a/free/libs/README b/free/libs/README index 44168dcb..4bc91c89 100644 --- a/free/libs/README +++ b/free/libs/README @@ -1,17 +1,19 @@ -Sherlock Holmes Libraries 3.12.3 -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -(c) 1997--2007 Martin Mares -(c) 2000--2007 Robert Spalek +Sherlock Holmes Libraries 4.0 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +(c) 1997--2009 Martin Mares +(c) 2000--2009 Robert Spalek +(c) 2006--2009 Pavel Charvat +(c) 2008--2009 Michal Vaner +(c) 2008 Tomas Gavenciak This package contains all libraries from the freely distributable version of the Sherlock Holmes search engine (see http://www.ucw.cz/holmes/). See doc/using-libs for description of the libraries. -See doc/install for build requirements (the rest of the document does not apply). +See doc/install.html for build requirements and instructions. -Use `./configure && make' to build the libraries. +See doc/configure.html if you want to tweak build options. -See doc/configure if you want to tweak what gets built (for example, you can -call `./configure -CONFIG_SHARED' to build the libraries statically or -call `./configure -CONFIG_IMAGES' to avoid building the image library). +After you compile the library, you can issue `make docs' to build the API +documentation. It will appear in run/doc. (It is not complete yet, though.)