Add build instructions
This commit is contained in:
parent
97315cd612
commit
22d0ef7697
1 changed files with 23 additions and 1 deletions
24
README.md
24
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 <matthieu@herrb.eu>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue