Skip to content

Commit 246852b

Browse files
committed
List dependencies
1 parent df3f64a commit 246852b

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

Diff for: README.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,15 @@ Please help us improve the coverage of the test suite!
4848

4949
The unit tests are automatically built by GitHub as part of pull request checks (in `.github/workflows/unit-tests.yml`).
5050

51-
To build and run locally (from the project root):
51+
To build and run locally:
52+
53+
**Dependencies**
54+
55+
* CMake
56+
* make
57+
* gcc
58+
59+
From the project root:
5260

5361
```
5462
cmake -S test -B test/build

0 commit comments

Comments
 (0)