Changes

Jump to navigation Jump to search

Emulation on Fedora

2,775 bytes removed, 08:53, 21 December 2021
m
Moved to Emulators on Linux
==Emulation Guide for Fedora==#REDIRECT[http://www.fedoraproject.org/ Fedora Website]==From Repositories==Fedora will never have emulators in the official repository, as this is against their software policy. However, a number of them are hosted at RPMFusion's repositories. To install RPMFusion's software repositories, use the following commands as root: yum --nogpgcheck install http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm yum --nogpgcheck install http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm yum updateThe second RPM is where you get proper video drivers for nVidia/AMD cards. Install either "kmod-nvidia" or "kmod-catalyst". The following emulators can be found from the RPMFusion repositories:{| border="0" cellpadding="1" cellspacing="1" class="article-table" style="width: 500px;"|-! scope="col"|Console! scope="col"|Emulator|-|NES|Nestopia|-|SNES|bsnes, snes9x, ZSNES|-|Game Boy Series|VBA-M|-|Nintendo DS|DeSmuME|-|Gamecube, Wii|Dolphin|}Can't find your emulator in the repository? We get to compile then!==Compiling Emulators==This could be considered a generic guide for all GNU/Linux distributions, but we will be using Fedora as our base for this tutorial. First, we need libraries. Lots and lots of libraries. I mean, seriously, we need libraries like space pirates need TUUUUUUUUBES. You can generally find a list of dependencies with the emulator's source, but often those are listed for Ubuntu. So instead, enjoy this blanket list of programs and libraries to install: # Compiler Stuff yum install cmake gcc gcc-c++ scons # Assorted Libraries yum install libx86 nasm openal-soft SDL* [Emulators_on_Linux# Development Headers yum install alsa-lib-devel bluez-libs-devel glew-devel glibc-develTHE_GNU.i686 glibmm24-devel gtkglextmm-devel gtkmm-utils-devel libao-devel libglademm24-devel openal-soft-devel portaudio-devel pulseaudio-libs-devel SFML-devel SOIL-devel wxGTK-develThe reference text for the above list can be found [http2FLINUX_GUIDE_OF_EMULATION://www.flibitijibibo.com/fedora/Fedora.txt here._Fedora_editionIf you want automated emulator compiling, some ganoo-plus-loonicks nerd made a Mupen64Plus build/update/install package: [http:// http://www.flibitijibibo.com/fedora/flibitMupen64Plus.tar.gz Mupen64PlusIt is highly recommended that you read the scripts/readmes before running these so you understand what's going on! As for compiling the emulators themselves, you're better off looking at the emulator's website/forum for specific tutorials. Emulator developers like to use tons of different environments, from basic Makefiles to CMake to SCons to who knows what. The library list above and the automated scripts should help you get started if you're entirely unfamiliar with compiling, though. If you still want help, feel free to ask in the threads.
2,527
edits

Navigation menu