zapret/docs/compile/build_howto_unix.txt

17 lines
228 B
Plaintext
Raw Normal View History

2024-11-18 21:00:25 +03:00
debian,ubuntu :
2025-03-25 13:44:27 +03:00
apt install make gcc zlib1g-dev libcap-dev libnetfilter-queue-dev libsystemd-dev
make -C /opt/zapret systemd
2024-11-18 21:00:25 +03:00
FreeBSD :
make -C /opt/zapret
OpenBSD :
make -C /opt/zapret bsd
MacOS :
make -C /opt/zapret mac