From f92754c9821d1b928332fce6e1d7715fd3ab9529 Mon Sep 17 00:00:00 2001 From: Niels Werensteijn Date: Fri, 4 Nov 2016 12:59:44 +0100 Subject: [PATCH] Updated readme to include some prerequisites --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 8b25d81..3a1e215 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,17 @@ been tested in a production environment. At this stage this software is merely a proof of concept. We invite the TeamSpeak community and of course the Linux community to test this tool and to contribute improvements and new ideas. +prerequisites +============= +In order to compile and install this software you need the following things: +* Linux kernel headers (version 2.6.35 or greater) +* Iptables development headers +* GCC (version 4.6.0 or greater) + +Usually these can be installed using your package manager (yum/apt-get/etc). +Usually these packages resemble the names "Linux-header-<..>", "iptables-dev", +"GCC" + How to install ==============