From a33b95649a782e5563186c86a87ccbb60fa648e9 Mon Sep 17 00:00:00 2001 From: Gerrit Renker Date: Sat, 2 Jan 2016 14:32:30 -0700 Subject: [PATCH] Update README --- README.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index b185bf2..637f639 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,8 @@ See the man page for an in-depth description of operation and configuration. ### Where to obtain Apart from debian/ubuntu packages (apt-cache search wavemon) and slackbuild -scripts for wavemon on slackbuilds.org, up-to-date sources are available on - - [https://github.com/uoaerg/wavemon](https://github.com/uoaerg/wavemon) +scripts for wavemon on slackbuilds.org, this repository contains the full +source code. Please check this page for updates and for further information. wavemon is distributed under the [GPLv3](http://www.gnu.org/licenses/gpl-3.0.en.html), refer to the file `COPYING`. @@ -30,14 +29,13 @@ wavemon uses `autoconf`, so that in most cases you can simply run sudo make install ``` to build and install the package. Type 'make uninstall' if not happy. +Refer to the file `INSTALL` for generic installation instructions. -_Building_ requires at least version 3.2 of `libnl`, including the Generic Netlink support (`libnl-genl`). +**Dependencies**: at least version 3.2 of `libnl`, including the Generic Netlink support (`libnl-genl`). On Debian/Ubuntu, this can be done using - ```bash -$ apt-get -y install libnl-3-dev libnl-genl-3-dev + apt-get -y install libnl-3-dev libnl-genl-3-dev ``` -Refer to the file `INSTALL` for generic installation instructions. To grant users access to restricted networking operations (scan operations), use additionally ```