add ./autogen.sh hint to README (suggestion by reinerotto, fixes #87)

pull/89/head
David Schweikert 9 years ago
parent 4e7fcb423c
commit 925ef8fe12

@ -19,6 +19,9 @@ Installation
------------ ------------
If you want to install fping from source, proceed as follows: 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 1. Run ./configure with the correct arguments
(see: ./configure --help) (see: ./configure --help)

@ -21,6 +21,8 @@ _Mailing-list_:
If you want to install fping from source, proceed as follows: 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 1. Run ./configure with the correct arguments
(see: ./configure --help) (see: ./configure --help)
2. Run make; make install 2. Run make; make install

Loading…
Cancel
Save