Add Catch2 to README.md dependencies

This commit is contained in:
2024-05-30 20:02:04 -06:00
parent 826ca1bc95
commit 9920a552be

View File

@@ -67,6 +67,7 @@ The following dependencies are required:
libraries; if you're picky, you can run scons and see it enumerate exactly which
libraries are needed
- ZLib - This is included with the system on the Mac.
- Catch2 - If you want to build the unit tests, make sure to call `git submodule update --init deps/Catch2`.
For Linux builds, the following additional dependencies are required:
- [TGUI](https://tgui.eu/) - version 0.9, **built with C++14** as shown [here](./.github/workflows/scripts/linux/install-tgui.sh)