Skip to content

Commit 8c64bfa

Browse files
supervisorbiathlon3
supervisor
authored andcommitted
Additions and clarifications to install.txt
1 parent d5973db commit 8c64bfa

File tree

1 file changed

+19
-5
lines changed

1 file changed

+19
-5
lines changed

Diff for: install.txt

+19-5
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,34 @@ $ make install
99
add LD_LIBRARY_PATH="/usr/local/lib" to /etc/environment
1010

1111

12-
1312
Regal
1413
git 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

2637
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???
2839

40+
git clone https://github.com/tempesta-tech/tempesta.git
41+
cd tempesta
42+
git checkout ag_Multi-pattern-regular-expressions

0 commit comments

Comments
 (0)