add ALT Linux support in README.md

This commit is contained in:
alexei-zebra 2024-08-09 14:53:55 +03:00
parent 9e6bdb7996
commit 2645e95d85

View File

@ -36,6 +36,16 @@ cmake -DCMAKE_BUILD_TYPE=Release ..
sudo make install
```
> [!WARNING]
> If you are using ALT Linux, you should not use this EnTT installation method
#### ALT Linux based distro
```sh
su -
apt-get install entt-devel libglfw3-devel libGLEW-devel libglm-devel libpng-devel libvorbis-devel libopenal-devel libluajit-devel libstdc++13-devel-static
```
#### Debian based distro
```sh