README: build
This commit is contained in:
parent
b53257b436
commit
6799cb9846
1 changed files with 7 additions and 2 deletions
|
|
@ -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`
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue