mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-25 05:25:14 +00:00
Update README.md
move glew and sdl2 to pacman install command
This commit is contained in:
parent
baf1b6e962
commit
c7c2f1756c
1 changed files with 1 additions and 4 deletions
|
@ -31,11 +31,8 @@ sudo apt install build-essential git python3 libaudiofile-dev libglew-dev libsdl
|
|||
|
||||
__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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue