Updated Building for Linux (markdown)

Glen D'souza 2019-07-14 09:29:56 +05:30
parent 2d9cdf55d0
commit d43be24121

@ -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** * **Optional dependencies needed for HLE AAC Decoding on Linux**
- FDK-AAC - FDK-AAC
* Deb: `apt-get install libfdk-aac-dev` * Deb: `apt-get install libfdk-aac-dev`
* Arch: `pacman -S libfdk-aac-dev` * Arch: `pacman -S libfdk-aac`
* Fedora: `dnf install fdk-aac-devel` * Fedora: `dnf install fdk-aac-devel`
- [FFMPEG](https://ffmpeg.org/download.html#build-linux) 4.0+ - [FFMPEG](https://ffmpeg.org/download.html#build-linux) 4.0+
* Compiler: GCC or Clang. You only need one of these two: * Compiler: GCC or Clang. You only need one of these two: