]> git.ipfire.org Git - thirdparty/vectorscan.git/commitdiff
expand on build-deps installation feature/prepare-5.4.11 196/head
authorKonstantinos Margaritis <markos@freevec.org>
Sun, 19 Nov 2023 18:00:06 +0000 (20:00 +0200)
committerKonstantinos Margaritis <markos@freevec.org>
Sun, 19 Nov 2023 18:00:06 +0000 (20:00 +0200)
README.md

index a20842f3460bc724125a24fc46db1ee804860365..095ab8baf2d162c69e816a9ca297919e18d53ded 100644 (file)
--- a/README.md
+++ b/README.md
@@ -88,14 +88,27 @@ For other distributions/OSes please check the [Wiki](https://github.com/VectorCa
 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
+## 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
 ```
 
+### Other distributions
+
+TBD
+
+### 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: