From a216dcd61d5a88d70758035850f049942371d8ae Mon Sep 17 00:00:00 2001 From: Alex Winfield Date: Thu, 3 Jun 2021 21:41:33 -0400 Subject: [PATCH 1/2] Adding pacman dependencies --- docs/getting-started.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/getting-started.rst b/docs/getting-started.rst index ee3c6aec..2594e596 100644 --- a/docs/getting-started.rst +++ b/docs/getting-started.rst @@ -68,10 +68,14 @@ Debian, Ubuntu:: sudo apt install libsdl2-2.0-0 libsdl2-mixer-2.0-0 libsdl2-image-2.0-0 libsdl2-gfx-1.0-0 libsdl2-ttf-2.0-0 -Fedora, CentOS, RHEL :: +Fedora, CentOS, RHEL:: sudo dnf install SDL2 SDL2_ttf SDL2_image SDL2_gfx SDL2_mixer libmodplug +Arch, Manjaro:: + + sudo pacman -S sdl2 sdl2_ttf sdl2_image sdl2_gfx sdl2_mixer + You should see a few libraries get put together in your terminal, and when you have a prompt again, we're ready to go! From 260a54fa10198cc1781a9b36f90e112fbbaad9cf Mon Sep 17 00:00:00 2001 From: Alex Winfield Date: Thu, 3 Jun 2021 22:48:43 -0400 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=91=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CONTRIBUTORS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 0815e21f..23fa8f30 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -47,3 +47,4 @@ Halle Jones|HJones@aliacy.com|| [Anthony Plunkett](https://github.com/doobeh) | | [Mateus Denucci Garcia Seabra Resende](https://github.com/MateusDenucci) | | [Victor Hart](https://github.com/vicohart) | [vicohart@gmail.com](vicohart@gmail.com) | +[nilamo](https://github.com/nilamo) | [7nilamo@gmail.com](7nilamo@gmail.com) |