mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-06-17 03:40:29 +02:00
33fc3aa5c1e93ab8bd78c1b5504dde9056ccf99c
Delay usage of C++17 to after 6.0,
as there's no current usage, but staying
on C++11 will support Ubuntu 16.04 LTS.
This reverts commit 3359246b9a.
fwbuilder
Firewall Builder is a GUI firewall management application for iptables, PF, Cisco ASA/PIX/FWSM, Cisco router ACL and more. Firewall configuration data is stored in a central file that can scale to hundreds of firewalls managed from a single UI.
Installation instructions
Ubuntu
sudo apt install git cmake libxml2-dev libxslt-dev libsnmp-dev qt5-default qttools5-dev-tools
git clone https://github.com/fwbuilder/fwbuilder.git
mkdir build
cd build
cmake ../fwbuilder
make
sudo make install
Note: default destination is /usr/local. This is configurable:
cmake ../fwbuilder -DCMAKE_INSTALL_PREFIX=/usr
Create deb package
debuild -us -uc --lintian-opts --profile debian
Description
Languages
C++
66.8%
Shell
24.6%
HTML
4.1%
GAP
1.5%
XSLT
1.3%
Other
1.6%