From fb28e54c0cb925dbe58ae5157f11763b587682fc Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Mon, 27 Jun 2016 12:19:16 +0200 Subject: [PATCH] Add README file. This file provides basic informations about guardian, it's dependencies and how to build and install it. Signed-off-by: Stefan Schantl --- README | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..ab8cbc5 --- /dev/null +++ b/README @@ -0,0 +1,40 @@ +guardian + +A perl written Intrusion Prevention System. + +WEB HOME: + http://git.ipfire.org/?p=people/stevee/guardian.git;a=summary + +BUGTRACKER: + Please report any found bugs to the IPFire development mailing list + until a bugtracker will be available. + +LICENSE: + The authors licensed their work as free software under the terms of + the + + GNU GENERAL PUBLIC LICENSE v3.0+ + + Any content besides source code (images, etc.) is licensed under the + terms of the + + Creative Commons Attribution ShareAlike 3.0 Unported + + license. + +INSTALLATION: + REQUIREMENTS: + guardian is written in pure Perl and requires the following third-party + modules to work: + * Linux-Inotify2 (http://search.cpan.org/~mlehmann/Linux-Inotify2-1.22/) + * Net-IP (http://search.cpan.org/~manu/Net-IP-1.26/) + The minimum version of Perl that has been tested is Perl 5.12. + + Building the program requires: + * GNU make + * sed + + INSTRUCTIONS: + To build and install run: + make + make install -- 2.39.5