README: build

This commit is contained in:
Daniel Brahneborg 2025-12-04 17:14:57 +01:00
parent b53257b436
commit 6799cb9846

View file

@ -13,8 +13,13 @@ It assumes UFW for now.
## Building
On Ubuntu:
- `apt-get install -y cmake libpcre2-dev`
First install some build tools.
On Ubuntu you will run something like this:
- `apt-get install -y cmake libpcre2-dev make gcc`
We use CMake.
- `cmake .`
- `make`