diff --git a/Building-for-Linux.md b/Building-for-Linux.md index 29e7f24..4015cfd 100644 --- a/Building-for-Linux.md +++ b/Building-for-Linux.md @@ -27,7 +27,7 @@ You'll need to download and install the following to build Citra: * For ubuntu > 18.10 libavdevice57 is libavdevice58 (maybe also for kde neon) * Fedora: `dnf install ffmpeg-devel` * OpenSUSE Leap 15: `zypper in ffmpeg-3 ffmpeg-3-libavcodec-devel` - * OpenSUSE Tumbleweed: `zypper in ffmpeg-4 ffmpeg-4-libavcodec-devel + * OpenSUSE Tumbleweed: `zypper in ffmpeg-4 ffmpeg-4-libavcodec-devel` * Compiler: GCC or Clang. You only need one of these two: * GCC 7.0+. - Deb: `apt-get install build-essential`