From fd68e4ed66a9a9dd54bb0b1661529f91385a7427 Mon Sep 17 00:00:00 2001 From: antona Date: Tue, 2 Aug 2005 08:54:19 +0000 Subject: [PATCH] Update --- README | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README b/README index 6beb234b..600d6141 100644 --- a/README +++ b/README @@ -45,9 +45,13 @@ at: Quick Installation ================== - In most cases it should be sufficient to do: + If you obtained the source code from CVS all the autogenerated files will be + missing. To generate them you will need the autoconf, automake, and libtool + packages installed and you will need to run: ./autogen.sh + + If you obtained the source code from the tar ball or from a source package + like the .src.rpm for example, in most cases it should be sufficient to do: - ./autogen.sh <-- Only in case you received source from CVS. ./configure make make install <-- You usually need to be root for this one.