mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
expand on build-deps installation
This commit is contained in:
parent
393dee3697
commit
41fb015616
15
README.md
15
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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user