mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
Updated Installation from source (markdown)
parent
102dd62c4b
commit
b207ccb400
@ -3,19 +3,20 @@
|
|||||||
The build system has recently been refactored to be more modular and easier to extend. For that reason,
|
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.
|
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
|
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
|
$ sudo apt build-essential cmake ragel pkg-config libsqlite3-dev libpcap-dev
|
||||||
```
|
```
|
||||||
|
|
||||||
## Common Dependencies (Other distributions)
|
### Other distributions
|
||||||
|
|
||||||
TBD
|
TBD
|
||||||
|
|
||||||
## Common Dependencies (MacOS X M1/M2/M3 CPUs only)
|
### MacOS X (M1/M2/M3 CPUs only)
|
||||||
|
|
||||||
Assuming an existing HomeBrew installation:
|
Assuming an existing HomeBrew installation:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user