From c7c2f1756c2cf429f259edaa05b6b76474cf13fe Mon Sep 17 00:00:00 2001 From: HengiFettlich <43856260+HengiFettlich@users.noreply.github.com> Date: Thu, 7 May 2020 18:53:37 +0200 Subject: [PATCH] Update README.md move glew and sdl2 to pacman install command --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index b4914d2..d5ed575 100644 --- a/README.md +++ b/README.md @@ -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.