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 7125b97 commit b92ae39Copy full SHA for b92ae39
README.md
@@ -7,7 +7,7 @@ This library is header-only, written in portable C++ 17. MSVC is supported, but
7
8
There are comprehensive examples in the Catch2 based tests, here's a simple way to build them:
9
10
-1. Do not forget to initialize at lest the Catch2 submodule (`git submodule update --init --recursive`)
+1. Do not forget to initialize at least the Catch2 submodule (`git submodule update --init --recursive`)
11
2. Create a build directory (we suggest ~/builds)
12
3. Create a sub-dir of that directory per branch to build in (this maintains build isolation and avoids polluting your checked out repository)
13
4. Execute `cmake -g "Unix Makefiles" ~/<path to repository root of your checkout>/test` to generate makefiles.
0 commit comments