Update README.md
move glew and sdl2 to pacman install command
This commit is contained in:
parent
1dbf413ac2
commit
2db1fce616
|
@ -31,11 +31,8 @@ sudo apt install build-essential git python3 libaudiofile-dev libglew-dev libsdl
|
||||||
|
|
||||||
__Arch Linux__
|
__Arch Linux__
|
||||||
```
|
```
|
||||||
sudo pacman -S base-devel python audiofile
|
sudo pacman -S base-devel python audiofile sdl2 glew
|
||||||
```
|
```
|
||||||
Install the following AUR packages:
|
|
||||||
* [glew](https://www.archlinux.org/packages/extra/x86_64/glew/)
|
|
||||||
* [sdl2](https://www.archlinux.org/packages/extra/x86_64/sdl2/)
|
|
||||||
|
|
||||||
#### 3. Build the executable.
|
#### 3. Build the executable.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue