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 ## Building
On Ubuntu: First install some build tools.
- `apt-get install -y cmake libpcre2-dev` On Ubuntu you will run something like this:
- `apt-get install -y cmake libpcre2-dev make gcc`
We use CMake.
- `cmake .` - `cmake .`
- `make` - `make`