diff options
author | Jonathan McCrohan <jmccrohan@gmail.com> | 2012-02-05 19:04:33 +0000 |
---|---|---|
committer | Jonathan McCrohan <jmccrohan@gmail.com> | 2012-02-05 19:04:33 +0000 |
commit | f3410da7f0bd208a5f2d792131b215454e782e93 (patch) | |
tree | 6e79c9acde383b91f5f21eb3a72f33e9c7fbbfce /README | |
parent | 03dfbc2efa31d3c4fd7e576111883ea488e3e179 (diff) | |
download | wavemon-f3410da7f0bd208a5f2d792131b215454e782e93.tar.gz |
Imported Upstream version 0.7.3upstream/0.7.3
Diffstat (limited to '')
-rw-r--r-- | README | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -31,6 +31,11 @@ wavemon uses autoconf, so that in most cases you can simply run to build and install the package. Type 'make uninstall' if not happy. Refer to the file INSTALL for generic installation instructions. +To grant users access to restricted networking operations (e.g. reading WEP +keys or performing scan operations), use additionally + + sudo make install-suid-root + If you have changed some of the autoconf files or use a git version, run ./config/bootstrap (requires a recent installation of 'autotools'). |