From: David Schweikert Date: Sun, 1 Nov 2015 20:22:06 +0000 (+0100) Subject: add ./autogen.sh hint to README (suggestion by reinerotto, fixes #87) X-Git-Url: https://git.gsnw.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=925ef8fe12be20eb9b0931a231a3d2a607279f3a;p=fping.git add ./autogen.sh hint to README (suggestion by reinerotto, fixes #87) --- diff --git a/README b/README index d21c868..1468931 100644 --- a/README +++ b/README @@ -19,6 +19,9 @@ Installation ------------ If you want to install fping from source, proceed as follows: +0. Run ./autogen.sh + (only if you got the source from github) + 1. Run ./configure with the correct arguments (see: ./configure --help) diff --git a/README.md b/README.md index b75968d..0340d22 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,8 @@ _Mailing-list_: If you want to install fping from source, proceed as follows: +0. Run ./autogen.sh + (only if you got the source from github) 1. Run ./configure with the correct arguments (see: ./configure --help) 2. Run make; make install