From d43be241218375d0f47e4d6e91042978b2414104 Mon Sep 17 00:00:00 2001 From: Glen D'souza Date: Sun, 14 Jul 2019 09:29:56 +0530 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 36d9fdf..6d73541 100644 --- a/Building-for-Linux.md +++ b/Building-for-Linux.md @@ -17,7 +17,7 @@ You'll need to download and install the following to build Citra: * **Optional dependencies needed for HLE AAC Decoding on Linux** - FDK-AAC * Deb: `apt-get install libfdk-aac-dev` - * Arch: `pacman -S libfdk-aac-dev` + * Arch: `pacman -S libfdk-aac` * Fedora: `dnf install fdk-aac-devel` - [FFMPEG](https://ffmpeg.org/download.html#build-linux) 4.0+ * Compiler: GCC or Clang. You only need one of these two: