Updated Building for Linux (markdown)

Flame Sage 2019-11-06 01:53:42 +00:00
parent c8ff780920
commit 4e8feb60c4
1 changed files with 1 additions and 1 deletions

@ -4,7 +4,7 @@ You'll need to download and install the following to build yuzu:
- [SDL2](https://www.libsdl.org/download-2.0.php)
- Arch: `pacman -S sdl2`
- Debian: `apt-get install sdl2` or `apt-get install libsdl2-2.0-0` or `apt-get install libsdl2-dev`
- Debian: `apt-get install sdl2 libsdl2-2.0-0 libsdl2-dev`
- Fedora: `dnf install SDL2-devel`
- Gentoo: `emerge media-libs/libsdl2`
- [Qt](http://qt-project.org/downloads)