diff --git a/Installation-from-source.md b/Installation-from-source.md index c582a21..eebde9c 100644 --- a/Installation-from-source.md +++ b/Installation-from-source.md @@ -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: