From 614f22df404dd6bd2518bb4b11bff6ffc8735de4 Mon Sep 17 00:00:00 2001 From: amidevous Date: Mon, 12 Jun 2023 10:07:07 +0200 Subject: [PATCH] Updated Building for Linux (markdown) --- Building-for-Linux.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Building-for-Linux.md b/Building-for-Linux.md index ab3e4c4..5e139ee 100644 --- a/Building-for-Linux.md +++ b/Building-for-Linux.md @@ -28,6 +28,13 @@ You'll need to download and install the following to build Citra: * Fedora: `dnf install ffmpeg-devel compat-ffmpeg4` * OpenSUSE Leap 15: `zypper in ffmpeg-3 ffmpeg-3-libavcodec-devel` * OpenSUSE Tumbleweed: `zypper in ffmpeg-4 ffmpeg-4-libavcodec-devel` + + - [PORTAUDIO](http://www.portaudio.com/) + * Deb: `sudo apt install libasound-dev` + * Fedora: `dnf install portaudio-devel` + * OpenSUSE Leap 15: `zypper in portaudio-devel` + * OpenSUSE Tumbleweed: `zypper in portaudio-devel` + * Compiler: GCC or Clang. You only need one of these two: * GCC 10.0+. - Deb: `apt install build-essential`