summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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: