Update README.md
Remove meson & glu from deps.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user