Added fail2ban filters, fx package naming, ver up
This commit is contained in:
@@ -1,4 +1,35 @@
|
||||
Basic Installation
|
||||
Prerequisites
|
||||
====================
|
||||
|
||||
C compiler (GCC in linux and clang in BSD will work well)
|
||||
make
|
||||
yacc or it's GNU's recreation named bison
|
||||
Tcl optional for a couple of scripts
|
||||
|
||||
Installing with packages
|
||||
=
|
||||
|
||||
Debian-based systesms (Debian, *buntu, Mint, Astra)
|
||||
====================
|
||||
|
||||
Install build system for packaging:
|
||||
|
||||
apt install build-essential fakeroot devscripts debhelper pkg-config
|
||||
apt install bison tcl
|
||||
|
||||
Use debuild to make deb-s:
|
||||
|
||||
cd <SRCDIR>/debian
|
||||
debuild -us -uc -b
|
||||
|
||||
RPM-based systems (RHEL, CentOS, Altlinux, SimplyLinux, RedOS)
|
||||
=====================
|
||||
|
||||
mkdir -p ./rpmbuild/{RPMS,BUILD}
|
||||
rpmbuild -bb <SRCDIR>/rpm/bforce.spec --define "_topdir $( pwd )/rpmbuild" --define "_builddir <SRCDIR>/source"
|
||||
|
||||
|
||||
Manual Installation
|
||||
==================
|
||||
|
||||
These are generic installation instructions.
|
||||
|
||||
Reference in New Issue
Block a user