Skip to content

Commit

Permalink
Merge #455
Browse files Browse the repository at this point in the history
455: Add Required Libaries for RHEL based distros r=pathunstrom a=SanketDG



Co-authored-by: Sanket Dasgupta <sanketdasgupta@gmail.com>
  • Loading branch information
bors[bot] and SanketDG authored May 2, 2020
2 parents 27a837f + 5aefc67 commit b4569e4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ Halle Jones|HJones@aliacy.com||
[Trenton Mason](https://github.com/BubbsTheSupreme) | <trenton.mason14@outlook.com> | [BubbsTheSupreme](https://twitter.com/BubbsTheSupreme)
[Arul Prabakaran](https://github.com/arulprabakaran) | [arul.prabakaran@gmail.com](arul.prabakaran@gmail.com) | [arulpraba](https://twitter.com/arulpraba)
[Calvin Spealman](https://github.com/ironfroggy) | [ironfroggy@gmail.com](ironfroggy@gmail.com) | [@ironfroggy](https://twitter.com/ironfroggy)
[Sanket Dasgupta](https://github.com/SanketDG) | [sanketdasgupta@gmail.com](sanketdasgupta@gmail.com) | [@SanketDG](https://twitter.com/SanketDG)
4 changes: 4 additions & 0 deletions docs/getting-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ 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 ::

sudo dnf install 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 b4569e4

Please sign in to comment.