Updated Installation from source (markdown)

Konstantinos Margaritis 2023-11-19 19:58:17 +02:00
parent d93e0c3631
commit e60360b279

@ -15,6 +15,14 @@ $ sudo apt build-essential cmake ragel pkg-config libsqlite3-dev libpcap-dev
TBD
## Common Dependencies (MacOS X M1/M2/M3 CPUs only)
Assuming an existing HomeBrew installation:
```
% brew install boost cmake gcc libpcap pkg-config ragel sqlite
```
## Configure & build
In order to configure with `cmake` first create and cd into a build directory: