From e5369c0e77b11a22de7d2c42f9c350c62670e5a5 Mon Sep 17 00:00:00 2001 From: Pavel Odintsov Date: Mon, 30 Jun 2014 18:55:10 +0400 Subject: [PATCH] Remove dependency to C++ 11 --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 7ca52ec..8ef39fb 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,6 @@ What we do? We can detect hosts in OUR network with big amount of packets per se Why you write it? Because we can't find any software for solving this problem not in proprietary world not in open sourcу. NetFlow based solutions is so slow and can't react on atatck with acceptable speed. -At now we start usage of C++11 and you can build this programm only on Debian 7 Wheezy, CentOS 6 has so old g++ compiler and can't compile it (but with CentOS 7 everything will be fine but it's not released yet). But you can use precompiled version on Debian 6, 7 and CentOS 6 without any problems. - Main programm screen image: ![Main screen image](fastnetmon_screen.png)