Add Arch Linux example to the README.md

There were examples of getting SDL2 development libraries on Ubuntu and Fedora. I've added an Arch Linux example.
This commit is contained in:
tengwar
2018-03-10 11:50:50 -08:00
committed by Cobrand
parent 8184caf3fd
commit 9cce8edd00
+4
View File
@@ -48,6 +48,10 @@ Ubuntu example:
Fedora example:
> sudo dnf install SDL2-devel
Arch example:
(Arch doesn't have separate regular and development packages, everything goes together.)
> sudo pacman -S sdl2
You might also need a C compiler (`gcc`).
### Mac OS X