mirror of
https://github.com/fwbuilder/fwbuilder
synced 2025-01-18 12:27:16 +01:00
A clone of the SourceForge fwbuilder repostiory
4bd8789340
Use ${CMAKE_DL_LIBS} for portability |
||
---|---|---|
.github/workflows | ||
cmake | ||
debian | ||
doc | ||
docker | ||
packaging | ||
src | ||
test | ||
.gitignore | ||
CMakeLists.txt | ||
README.md |
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