summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2023-02-05 01:18:18 +0100
committerAki <please@ignore.pl>2023-02-05 01:18:18 +0100
commit7c8aac19374013e7366b5afbf5d85fe151de3669 (patch)
treea447bf2c9366eb222ca37e29f679c84a166a4d18 /README.md
parentdedd9566a53de73215a13117e2704e8df4d04e95 (diff)
downloadkurator-7c8aac19374013e7366b5afbf5d85fe151de3669.zip
kurator-7c8aac19374013e7366b5afbf5d85fe151de3669.tar.gz
kurator-7c8aac19374013e7366b5afbf5d85fe151de3669.tar.bz2
Added simple test for HitPoints
This should have been added earlier. The test itself is questionable and overall very optimistic about the edge cases. The intent of this commit is purely set up of the testing framework.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index bb68061..2e931df 100644
--- a/README.md
+++ b/README.md
@@ -2,12 +2,14 @@
Third-party libraries used:
* EnTT
+ * GTest
* nlohmann\_json
* raylib
Both Raylib and Nlohmann's JSON libraries are available in mainstream distribution repositories. Confirmed with Arch
Linux and Ubuntu. In case they are not, you can install Raylib[1] and JSON[2] from source. EnTT is rarely available. For
-Arch Linux you can use AUR package[3]. Otherwise, install from source git repository[4].
+Arch Linux you can use AUR package[3]. Otherwise, install from source git repository[4]. GTest is available in Arch, but
+Ubuntu package repositories contain only sources.
After making sure all dependencies are available, run CMake to generate and build: