]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
README: add a note about executing lldpd without installing it
authorVincent Bernat <bernat@luffy.cx>
Sat, 30 Mar 2013 22:31:10 +0000 (23:31 +0100)
committerVincent Bernat <bernat@luffy.cx>
Sat, 30 Mar 2013 22:31:10 +0000 (23:31 +0100)
README.md

index 970ceb9c514b401d96d025f1d9e4c9f6a454cc0d..a0056ec7a4af239ce108d47dd10c6ab55bc15179 100644 (file)
--- a/README.md
+++ b/README.md
@@ -157,6 +157,19 @@ More information:
  * http://standards.ieee.org/getieee802/download/802.1AB-2005.pdf
  * http://wiki.wireshark.org/LinkLayerDiscoveryProtocol
 
+Development
+-----------
+
+During development, you may want to execute lldpd at its current
+location inside of doing `make install`. The correct way to do this is
+to issue the following command:
+
+    sudo libtool execute src/daemon/lldpd -L $PWD/src/client/lldpcli -d
+
+You can append any further arguments. If lldpd is unable to find
+`lldpcli` it will start in an unconfigured mode and won't send or
+accept LLDP frames.
+
 Embedding
 ---------