1
0
mirror of https://github.com/pavel-odintsov/fastnetmon synced 2024-11-23 13:22:36 +01:00

Remove support of CentOS 7 from main page because it's not so simple

This commit is contained in:
Pavel Odintsov 2015-03-24 17:31:09 +03:00
parent 6f835801c6
commit 991935eabd
2 changed files with 2 additions and 2 deletions

@ -10,7 +10,7 @@ What can we do? We can detect hosts in our own network with a large amount of pa
Why did we write this? Because we can't find any software for solving this problem in the open source world!
- [RPM packages for CentOS 6 and 7](docs/INSTALL_RPM_PACKAGES.md)
- [RPM packages for CentOS 6](docs/INSTALL_RPM_PACKAGES.md)
- [Install manual for any Linux](docs/INSTALL.md)
- [Install manual for FreeBSD](docs/FreeBSD_INSTALL.md)
- [Install manual for Mac OS X](docs/MAC_OS_INSTALL.md)

@ -4,7 +4,7 @@
# http://www.stableit.ru/2009/12/rpm-centos-5.html
# yum install -y rpmdevtools yum-utils
# Build deps: yum install -y boost-devel GeoIP-devel log4cpp-devel ncurses-devel boost-thread boost-regex libpcap-devel gpm-devel clang
# Build deps: yum install -y boost-devel GeoIP-devel log4cpp-devel ncurses-devel boost-thread boost-regex libpcap-devel gpm-devel clang log4cpp-devel
VERSION=1.1.1
mkdir vzapi-$VERSION