跳转至

hyperscan


主页

编译

时间 2023-01-04

CentOS Linux release 7.9.2009
gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-44)

ragel

ragel-6.10 ./configure --prefix=/code/run/ragel make install

boost

boost_1_84_0
boot不需要编译

hyperscan

hyperscan-5.4.2

Bash
1
2
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/path/to/hyperscan -DBOOST_ROOT=/path/to/boost -DBUILD_STATIC_AND_SHARED=on -DCMAKE_PROGRAM_PATH=/path/to/ragel/bin ..
make install