]> mj.ucw.cz Git - libucw.git/blobdiff - free/libs/README
make regex and asciidoc work on Darwin without hacking
[libucw.git] / free / libs / README
index 6116045e3a976fa02afa4f4abc7ff62e0c262a20..b3d8bf53142025beec288108253bd4c97d134be1 100644 (file)
@@ -1,17 +1,18 @@
-Sherlock Holmes Libraries 3.12
+Sherlock Holmes Libraries 3.99
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-(c) 1997--2007 Martin Mares <mj@ucw.cz>
-(c) 2000--2007 Robert Spalek <robert@ucw.cz>
+(c) 1997--2008 Martin Mares <mj@ucw.cz>
+(c) 2000--2008 Robert Spalek <robert@ucw.cz>
+(c) 2006--2008 Pavel Charvat <pchar@ucw.cz>
+(c) 2008 Michal Vaner <vorner@ucw.cz>
 
 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.)