Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Adding Hyperscan dependencies.
  • Loading branch information
songweijia authored Mar 29, 2024
1 parent 1028b99 commit 1ed7743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ We recommend coordinating with [Weijia Song](mailto:songweijia@gmail.com) if you
- [Lohmann's json parser](https://github.com/nlohmann) v3.2.0 or newer
- Readline library v7.0 or newer. On Ubuntu, use `apt install libreadline-dev` to install it.
- RPC library [rpclib](https://github.com/rpclib/rpclib). For convenience, install it with [this script](scripts/prerequisites/install-rpclib.sh).
- Intel's regular expression library [Hyperscan](https://github.com/intel/hyperscan). For convenience, install it with [this script](scripts/prerequisites/install-hyperscan.sh). You need to install ragel compiler if you don't have it. On ubuntu, use `apt-get install ragel` to install it.
- Intel's regular expression library [Hyperscan](https://github.com/intel/hyperscan). For convenience, install it with [this script](scripts/prerequisites/install-hyperscan.sh). You need to install ragel compiler and libboost if you don't have them. On ubuntu, use `apt-get install -y ragel libboost-all-dev` to install.
- [libwsong](https://github.com/songweijia/libwsong) commit 47c37bc706cc859f8b60ca4d19b0608e28a2e530. For convenience, install it with [this script](scripts/prerequisites/install-libwsong.sh).
- [libfuse](https://github.com/libfuse) v3.9.3 or newer (Optional for file system API)
- [boolinq](https://github.com/k06a/boolinq) or newer (Optional for LINQ API)
Expand Down

0 comments on commit 1ed7743

Please sign in to comment.