Skip to content

Commit 90d9fd1

Browse files
authored
Update README.md
1 parent e9696d4 commit 90d9fd1

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,13 @@ OVERVIEW
99

1010
It is a high-performance dynamic library for string match.
1111
You can test it with bm_test for single pattern search and mpse_test for multi pattern search.
12+
13+
14+
To Build
15+
---------------------
16+
17+
```bash
18+
./autogen.sh
19+
./configure
20+
make
21+
make install # optional

0 commit comments

Comments
 (0)