Skip to content

Commit

Permalink
Merge #633
Browse files Browse the repository at this point in the history
633: Adding pacman dependencies r=pathunstrom a=nilamo

Here's what I needed to do to install dependencies on Manjaro.  Booping the docs for others.

Co-authored-by: Alex Winfield <[email protected]>
  • Loading branch information
bors[bot] and nilamo authored Jun 4, 2021
2 parents f9c3687 + 260a54f commit 9c0a759
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,4 @@ Halle Jones|[email protected]||
[Anthony Plunkett](https://github.com/doobeh) | |
[Mateus Denucci Garcia Seabra Resende](https://github.com/MateusDenucci) | |
[Victor Hart](https://github.com/vicohart) | [[email protected]]([email protected]) |
[nilamo](https://github.com/nilamo) | [[email protected]]([email protected]) |
6 changes: 5 additions & 1 deletion docs/getting-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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!

Expand Down

0 comments on commit 9c0a759

Please sign in to comment.