summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2022-11-15 00:43:40 +0100
committerAki <please@ignore.pl>2022-11-15 00:43:40 +0100
commit9a93c0866c11116bdbdaf11bc0c1693771309244 (patch)
treea5605e965401f11c60e87f73a97a5ef4aff739ad /README.md
parent5d0cba2b45aa30226ba72231b35424d404a5eec1 (diff)
downloadkurator-9a93c0866c11116bdbdaf11bc0c1693771309244.zip
kurator-9a93c0866c11116bdbdaf11bc0c1693771309244.tar.gz
kurator-9a93c0866c11116bdbdaf11bc0c1693771309244.tar.bz2
Updated building notes in readme file
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 14 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3888570..f5b57c7 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,14 @@
-Hi there \ No newline at end of file
+# Building
+Third-party libraries used:
+
+ * raylib
+ * EnTT
+
+Raylib is quite popular and should be available in most of the official package repositories. If it is not available on
+your platform, it can be build with CMake and installed from its source git repository[1]. EnTT is rarely available. For
+Arch Linux you can use AUR package[2]. Otherwise, install from source git repository[3].
+
+
+[1] https://github.com/raysan5/raylib
+[2] https://aur.archlinux.org/packages/entt
+[3] https://github.com/skypjack/entt