From 9d15e01553f5276ec303c3d00946d825b636d00f Mon Sep 17 00:00:00 2001 From: Flame Sage Date: Wed, 6 Nov 2019 01:55:03 +0000 Subject: [PATCH] Updated Building for Linux (markdown) --- Building-for-Linux.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Building-for-Linux.md b/Building-for-Linux.md index 9ce3e53..9f1643e 100644 --- a/Building-for-Linux.md +++ b/Building-for-Linux.md @@ -4,6 +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` + - Ubuntu: `apt-get install libsdl2-2.0-0 libsdl2-dev` - Debian: `apt-get install sdl2 libsdl2-2.0-0 libsdl2-dev` - Fedora: `dnf install SDL2-devel` - Gentoo: `emerge media-libs/libsdl2`