diff --git a/README.md b/README.md index 282deeb..58dcaf3 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/src/build_rpm.sh b/src/build_rpm.sh index 4cb1395..524ad26 100644 --- a/src/build_rpm.sh +++ b/src/build_rpm.sh @@ -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