From 78d5cad8aedf17d8687975c724bd71bbf2186ffe Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Tue, 17 Feb 2015 11:33:18 +0100 Subject: build: Add and document install target Signed-off-by: Tobias Klauser --- README | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'README') diff --git a/README b/README index 8415143..f60a984 100644 --- a/README +++ b/README @@ -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= 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. -- cgit v1.2.3-54-g00ecf