Update README.md to mention new library dependancy
All checks were successful
ci/woodpecker/push/workflow Pipeline was successful
All checks were successful
ci/woodpecker/push/workflow Pipeline was successful
This commit is contained in:
@@ -13,9 +13,9 @@ All you need is:
|
|||||||
|
|
||||||
- CMake
|
- CMake
|
||||||
- An appropriate C++ compiler
|
- An appropriate C++ compiler
|
||||||
|
- The [Catch2](https://github.com/catchorg/Catch2) library v3 or higher installed on your system
|
||||||
|
|
||||||
I use cmake for the build system. I prefer to build out-of-tree,
|
Once you have these, you can build with:
|
||||||
here's how to build if you've never used cmake:
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd build
|
cd build
|
||||||
@@ -24,7 +24,7 @@ make
|
|||||||
```
|
```
|
||||||
|
|
||||||
This will build two executables, `main` and `test`. `test` runs all tests
|
This will build two executables, `main` and `test`. `test` runs all tests
|
||||||
on the compiler itself
|
on the compiler itself.
|
||||||
|
|
||||||
## Development
|
## Development
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user