This commit is contained in:
MihailRis 2024-12-04 12:00:29 +03:00
commit 5c40cf3149

View File

@ -62,6 +62,12 @@ If you use Wayland
sudo pacman -S glfw-wayland glew glm libpng libvorbis openal luajit libcurl
```
And you need entt. In yay you can use
```sh
yay -S entt
```
### Build engine with CMake
```sh