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: