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 8de1815 commit f4616ceCopy full SHA for f4616ce
1 file changed
README.md
@@ -36,6 +36,28 @@ It should be able to validate strings using less than 1 cycle per input byte.
36
upgrade binutils to version 2.30 or better under Linux) or use an older
37
compiler matching the capabilities of your assembler.
38
39
+## Build with CMake
40
+
41
+```
42
+cmake -B build
43
+cmake --build build
44
+cd build
45
+ctest .
46
47
48
+Visual Studio users must specify whether they want to build the Release or Debug
49
+version.
50
51
+To run benchmarks, build and execute the `bench` command.
52
53
54
55
56
+./build/benchmarks/bench
57
58
59
+Instructions are similar for Visual Studio users.
60
61
## Real-word usage
62
63
This C++ library is part of the JavaScript package
0 commit comments