We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9150284 commit df64810Copy full SHA for df64810
README.md
@@ -11,13 +11,7 @@ It is a high-performance dynamic library for string match.
11
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
-./autogen.sh
18
-./configure
19
-make
20
-make install # optional
21
22
Licensing
23
---------
@@ -31,3 +25,14 @@ This program is distributed in the hope that it will be useful,
31
25
but WITHOUT ANY WARRANTY; without even the implied warranty of
32
26
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
33
27
GNU General Public License for more details.
28
+
29
30
+To Build
+---------------------
34
+```bash
35
+./autogen.sh
36
+./configure
37
+make
38
+make install # optional
0 commit comments