Updated Building for Linux (markdown)

Gabriel Fernandes 2019-11-13 15:08:00 -03:00
parent a278ca0f2e
commit f5a2491c7b

@ -20,6 +20,8 @@ You'll need to download and install the following to build Citra:
* Arch: `pacman -S libfdk-aac`
* Fedora: `dnf install fdk-aac-devel`
- [FFMPEG](https://ffmpeg.org/download.html#build-linux) 4.0+
* 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)
* Compiler: GCC or Clang. You only need one of these two:
* GCC 7.0+.
- Deb: `apt-get install build-essential`