From 9cce8edd0084bb2eb9e8a025a8bad9a2788d0feb Mon Sep 17 00:00:00 2001 From: tengwar Date: Sat, 10 Mar 2018 16:28:22 +0100 Subject: [PATCH] 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. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f416eecb..4a03308c 100644 --- a/README.md +++ b/README.md @@ -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