File tree Expand file tree Collapse file tree 1 file changed +19
-5
lines changed Expand file tree Collapse file tree 1 file changed +19
-5
lines changed Original file line number Diff line number Diff line change @@ -9,20 +9,34 @@ $ make install
99add LD_LIBRARY_PATH="/usr/local/lib" to /etc/environment
1010
1111
12-
1312Regal
1413git clone https://github.com/adrian-thurston/ragel.git
1514
1615$ ./autogen.sh
17- $ ./configure --with-colm=/usr/local/
16+ $ ./configure --with-colm=/usr/local
1817$ make
1918$ make install
2019
2120
21+ PCRE
22+ download PCRE from sourceforge
23+ wget https://sourceforge.net/projects/pcre/files/pcre/8.45/pcre-8.45.tar.gz
24+ tar -xf archive.tar.gz
25+
26+ $ ./configure --enable-pcre16 --enable-pcre32
27+ $ make
28+ $ make install
29+
30+
31+
32+ git clone https://github.com/tempesta-tech/linux-regex-module.git
2233
23- https://github.com/tempesta-tech/linux-regex-module.git
24- ./cmake ./
34+ cmake ./
35+ make
2536
2637after compilation
27- copy hscollider from /linux-regex-module/bin/ to /tempesta/scripts/
38+ copy hscollider from /linux-regex-module/bin/ to /tempesta/scripts/ or default app directory???
2839
40+ git clone https://github.com/tempesta-tech/tempesta.git
41+ cd tempesta
42+ git checkout ag_Multi-pattern-regular-expressions
You can’t perform that action at this time.
0 commit comments