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