From 9cba75411d780b493e6190e3f69a0ffc77983b24 Mon Sep 17 00:00:00 2001 From: Gabriel Fernandes <42319459+g7fernandes@users.noreply.github.com> Date: Wed, 13 Nov 2019 15:08:32 -0300 Subject: [PATCH] Updated Building for Linux (markdown) --- Building-for-Linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Building-for-Linux.md b/Building-for-Linux.md index 187eddd..16ea088 100644 --- a/Building-for-Linux.md +++ b/Building-for-Linux.md @@ -20,7 +20,7 @@ You'll need to download and install the following to build Citra: * Arch: `pacman -S libfdk-aac` * Fedora: `dnf install fdk-aac-devel` - [FFMPEG](https://ffmpeg.org/download.html#build-linux) 4.0+ - * sudo apt install ffmpeg libswscale-dev libavdevice57 libavformat-dev libavcodec-dev libavdevice-dev + * Deb: sudo apt install ffmpeg libswscale-dev libavdevice57 libavformat-dev libavcodec-dev libavdevice-dev * For ubuntu > 18.10 libavdevice57 is libavdevice58 (maybe also for kde neon) * Compiler: GCC or Clang. You only need one of these two: * GCC 7.0+.