From e60360b279ec97f6420fd8c9342005b0ba06d346 Mon Sep 17 00:00:00 2001 From: Konstantinos Margaritis Date: Sun, 19 Nov 2023 19:58:17 +0200 Subject: [PATCH] Updated Installation from source (markdown) --- Installation-from-source.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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: