]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
doc: add ./autogen.sh to build instructions
authorVincent Bernat <vincent@bernat.im>
Wed, 7 Feb 2018 07:24:52 +0000 (08:24 +0100)
committerVincent Bernat <vincent@bernat.im>
Wed, 7 Feb 2018 07:25:47 +0000 (08:25 +0100)
But stress users should look at the website instead.

Fix #268.

README.md

index 9d599c3d86efe01ffbb5eb56188a7bb87e0003ff..ffcc556b38916151deaf378e6e4915fd2ae131b1 100644 (file)
--- a/README.md
+++ b/README.md
@@ -38,11 +38,13 @@ transmit-only agent.
 Installation
 ------------
 
-For general instructions
-[see the website](http://vincentbernat.github.io/lldpd/installation.html).
+For general instructions [prefer the
+website](http://vincentbernat.github.io/lldpd/installation.html),
+including building from released tarballs.
 
-To compile lldpd from sources, use the following:
+To compile lldpd from Git, use the following commands:
 
+    ./autogen.sh
     ./configure
     make
     sudo make install