]> mj.ucw.cz Git - libucw.git/commitdiff
Free docs: Removed unneeded deps from install.txt
authorMichal Vaner <vorner@ucw.cz>
Sun, 14 Sep 2008 09:50:07 +0000 (11:50 +0200)
committerMichal Vaner <vorner@ucw.cz>
Wed, 8 Oct 2008 12:54:29 +0000 (14:54 +0200)
There were many which are needed only for sherlock, not for libucw or
other libraries alone.

ucw/doc/install.txt

index 7e12e4647dd0b83097e339e563e9d060a2129d68..917126f39c789ea88577da6806a024085342c6c1 100644 (file)
@@ -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 <<configure:>> for details.