From b207ccb400afa6277c5e51f84e8aac19cb4a6eaa Mon Sep 17 00:00:00 2001 From: Konstantinos Margaritis Date: Sun, 19 Nov 2023 19:59:10 +0200 Subject: [PATCH] Updated Installation from source (markdown) --- Installation-from-source.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Installation-from-source.md b/Installation-from-source.md index 49faca1..21b1cf1 100644 --- a/Installation-from-source.md +++ b/Installation-from-source.md @@ -3,19 +3,20 @@ The build system has recently been refactored to be more modular and easier to extend. For that reason, some small but necessary changes were made that might break compatibility with how Hyperscan was built. -## Common Dependencies (Debian/Ubuntu) +## Install Common Dependencies +### Debian/Ubuntu In order to build on Debian/Ubuntu make sure you install the following build-dependencies ``` $ sudo apt build-essential cmake ragel pkg-config libsqlite3-dev libpcap-dev ``` -## Common Dependencies (Other distributions) +### Other distributions TBD -## Common Dependencies (MacOS X M1/M2/M3 CPUs only) +### MacOS X (M1/M2/M3 CPUs only) Assuming an existing HomeBrew installation: