add ALT Linux support in README.md
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user