From 22d0ef76971b410a7e5d93272edf611a10aa7870 Mon Sep 17 00:00:00 2001 From: Matthieu Herrb Date: Tue, 17 Jul 2018 18:36:57 +0200 Subject: [PATCH] Add build instructions --- README.md | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index da2894e..9c3fb52 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,29 @@ echoc is a small network test program that sends UDP packets to the echo service (it should be activated in [x]inetd on the target host). echoc displays the start/end date of loss of connectivity. -It is distributed under the ISC license: +Building +-------- + +From git, run: + +``` +./autogen.sh +make +make install +``` + +From a source tarball, run: + +``` +./configure +make +make install +``` + +Licence +------- + +Echoc is distributed under the ISC license: Copyright (c) 2012-2015 Matthieu Herrb