Update README.md

Remove meson & glu from deps.
This commit is contained in:
Redacted
2024-05-31 14:22:24 -04:00
parent 98631e48ea
commit 205d1af239

View File

@@ -5,11 +5,11 @@
A classic 3D game-engine for Linux & Windows.
### Installing Dependencies
- Fedora ```sudo dnf install git cmake make meson gcc-g++ mesa-libGL-devel mesa-libGLU-devel systemd-devel```
- Fedora ```sudo dnf install git cmake make gcc-g++ mesa-libGL-devel systemd-devel```
<br><br>
- Ubuntu ```sudo apt install git cmake make meson gcc g++ pkg-config libgl-dev libglu1-mesa-dev libudev-dev```
- Ubuntu ```sudo apt install git cmake make gcc g++ pkg-config libgl-dev libudev-dev```
<br><br>
- Archᵇᵗʷ ```sudo pacman -S git cmake make meson gcc libgl glu```
- Archᵇᵗʷ ```sudo pacman -S git cmake make gcc libgl```
### Building The Demo
```bash