From: Michal Vaner Date: Sun, 14 Sep 2008 09:50:07 +0000 (+0200) Subject: Free docs: Removed unneeded deps from install.txt X-Git-Tag: holmes-import~227^2~5^2~38 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=27a14fc4257c0d8ae2618bd0238b6987c65ae50d;p=libucw.git Free docs: Removed unneeded deps from install.txt There were many which are needed only for sherlock, not for libucw or other libraries alone. --- diff --git a/ucw/doc/install.txt b/ucw/doc/install.txt index 7e12e464..917126f3 100644 --- a/ucw/doc/install.txt +++ b/ucw/doc/install.txt @@ -6,21 +6,14 @@ Prerequisities To build and run, you need: - The GNU toolchain (gcc 4.0 or newer is required) - - GNU bison and flex - GNU bash 2.0 or newer - Perl (any reasonably new version; 5.6.1 works for me) - - ZLib (newer than stone-age) - pkg-config - Linux (porting to other systems should be easy) - - GNUPlot 4.0 or newer (if you want to use Watson to draw nice graphs - with various statistics) - Libjpeg, libpng and libungif to support all image formats (jpeg, png and gif). These libraries can be replaced by libgif (gif) and GraphicsMagick >= 1.1 (jpeg, png, gif and possible more formats). See sherlock/default.cfg for related configuration switches. - - Mutt mail client for mail reports in some scripts - (any reasonably new version; 1.5.9 works) - - GNU readline (optional, only non-free version of Sherlock) Compiling --------- @@ -28,7 +21,7 @@ First of all, you need to run the `configure` script to set up compile-time options. If you want to compile the library with the default feature set, just use: - ./configure free + ./configure If you need to set anything unusual, please consult <> for details.