summaryrefslogtreecommitdiff
path: root/README.md
blob: f5b57c7b060aa458dcf16454fb6dcf417bfa6ff7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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