From 925ef8fe12be20eb9b0931a231a3d2a607279f3a Mon Sep 17 00:00:00 2001 From: David Schweikert Date: Sun, 1 Nov 2015 21:22:06 +0100 Subject: [PATCH] add ./autogen.sh hint to README (suggestion by reinerotto, fixes #87) --- README | 3 +++ README.md | 2 ++ 2 files changed, 5 insertions(+) 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 -- 2.43.0