Merge pull request #391 from R0STUS/patch-1

Update README.md
This commit is contained in:
MihailRis 2024-12-02 15:48:23 +03:00 committed by GitHub
commit 493a585d0c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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