From 72f8ac85ce79fae22a017cd001b65e1b10e4bdae Mon Sep 17 00:00:00 2001 From: Sera <62521228+SeraUX@users.noreply.github.com> Date: Tue, 20 Oct 2020 23:21:24 +0200 Subject: [PATCH] Updated Ryujinx Setup & Configuration Guide (markdown) --- Ryujinx-Setup-&-Configuration-Guide.md | 33 ++++++++++++++++++++++---- 1 file changed, 29 insertions(+), 4 deletions(-) diff --git a/Ryujinx-Setup-&-Configuration-Guide.md b/Ryujinx-Setup-&-Configuration-Guide.md index cf125ac..e819b38 100644 --- a/Ryujinx-Setup-&-Configuration-Guide.md +++ b/Ryujinx-Setup-&-Configuration-Guide.md @@ -13,6 +13,8 @@ from: [System Requirements](#system-requirements) +[Dependencies](#dependencies) + [Initial Setup - Placement of prod.keys](#initial-setup---placement-of-prodkeys) [Initial Setup Continued - Installation of Firmware](#initial-setup-continued---installation-of-firmware) @@ -57,15 +59,38 @@ In order to use *Ryujinx* your computer will need: - A video card/GPU that supports OpenGL 4.4 or higher -- [OpenAL binaries](https://www.openal.org/downloads/oalinst.zip) -- - these only need to be installed if you are experiencing - audio-related crashes - - Your Switch keys and either your dumped firmware or recent game cartridge untrimmed XCI - Your dumped Nintendo Switch games or homebrew +- Have the needed dependencies installed + +Dependencies +============ +**Windows** +- [OpenAL binaries](https://www.openal.org/downloads/oalinst.zip) -- + these only need to be installed if you are experiencing + audio-related crashes + +**Linux**
+copy the command into your terminal emulator of choice and execute it +- *Archlinux based distros:*
+`sudo pacman -S sdl2 openal` + +- *Ubuntu based distros:*
+`sudo apt-get install libsdl2-2.0 libsdl2-dev libalut-dev` + +- *Fedora:*
+`sudo dnf install SDL2-devel openal-soft` + +**MacOS** +- `brew install gtk+3 sdl2`
+(*NOTE:* if you don't have brew, open your terminal, and execute the command bellow to install it
+`/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"`
+After that you should be able to use the brew command to install the needed dependencies) + + Initial Setup - Placement of prod.keys ======================================