Add binary packages for CentOS 7

This commit is contained in:
Pavel Odintsov 2015-03-25 00:01:17 +03:00
parent 2ad3f6f278
commit 557df45cfb
3 changed files with 2 additions and 2 deletions

View File

@ -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](docs/INSTALL_RPM_PACKAGES.md)
- [RPM packages for CentOS 6/7](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)

View File

@ -40,7 +40,7 @@ yum install -y https://raw.githubusercontent.com/FastVPSEestiOu/fastnetmon/maste
Install FastNetMon on CentOS 7:
```bash
yum install -y https://raw.githubusercontent.com/FastVPSEestiOu/fastnetmon/master/packages/CentOS7/
yum install -y https://raw.githubusercontent.com/FastVPSEestiOu/fastnetmon/master/packages/CentOS7/fastnetmon-1.1.1-1.el7.centos.x86_64.rpm
```
If you want build rpm package manually please use script [build_rpm.sh](https://raw.githubusercontent.com/FastVPSEestiOu/fastnetmon/master/src/build_rpm.sh). Please build on same Linux distro version as target platform for best results.