From: Vincent Bernat Date: Wed, 7 Feb 2018 07:24:52 +0000 (+0100) Subject: doc: add ./autogen.sh to build instructions X-Git-Tag: 1.0.0~16 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7edd995b5c828158b4599309e97e891e1b7173a9;p=thirdparty%2Flldpd.git doc: add ./autogen.sh to build instructions But stress users should look at the website instead. Fix #268. --- diff --git a/README.md b/README.md index 9d599c3d..ffcc556b 100644 --- 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