From 3d938b58806570c8b59cc273c26d139e2fd99f4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vincent=20Membr=C3=A9?= Date: Wed, 13 Nov 2019 23:57:49 +0100 Subject: [PATCH] typo on fedora --- 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 f85c4e1..f3a94bb 100644 --- a/Building-for-Linux.md +++ b/Building-for-Linux.md @@ -22,7 +22,7 @@ You'll need to download and install the following to build Citra: - [FFMPEG](https://ffmpeg.org/download.html#build-linux) 4.0+ * 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) - * Fedore: `dnf install ffmpeg-devel` + * Fedora: `dnf install ffmpeg-devel` * Compiler: GCC or Clang. You only need one of these two: * GCC 7.0+. - Deb: `apt-get install build-essential`