diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2015-02-17 11:33:18 +0100 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2015-02-17 11:33:18 +0100 |
commit | 78d5cad8aedf17d8687975c724bd71bbf2186ffe (patch) | |
tree | e5ef68e149b4e79c3f8d6e9ce897f8d9812ca837 /README | |
parent | 92d5139ae0fd6313a003d5281a667ead44b33c31 (diff) |
build: Add and document install target
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'README')
-rw-r--r-- | README | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -5,6 +5,23 @@ llmnrd is a daemon implementing the Link-Local Multicast Name Resolution (LLMNR) protocol according to RFC 4795. It currently only supports Linux, as it uses the netlink kernel interface. +Installation +------------ + +To build and install llmnrd use the following commands: + +$ make +$ sudo make install + +By default, the llmnrd binary will be installed to /usr/local/sbin. To install +the binary to a different installation path, use: + +$ make +$ sudo make prefix=<path> install + +License +------- + llmnrd is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2 of the License. |