File tree 1 file changed +19
-5
lines changed
1 file changed +19
-5
lines changed Original file line number Diff line number Diff line change @@ -9,20 +9,34 @@ $ make install
9
9
add LD_LIBRARY_PATH="/usr/local/lib" to /etc/environment
10
10
11
11
12
-
13
12
Regal
14
13
git clone https://github.com/adrian-thurston/ragel.git
15
14
16
15
$ ./autogen.sh
17
- $ ./configure --with-colm=/usr/local/
16
+ $ ./configure --with-colm=/usr/local
18
17
$ make
19
18
$ make install
20
19
21
20
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
22
33
23
- https://github.com/tempesta-tech/linux-regex-module.git
24
- ./cmake ./
34
+ cmake ./
35
+ make
25
36
26
37
after 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???
28
39
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