Shell script to set up a Raspberry Pi/Odroid/PC with RetroArch emulator and various cores
Go to file
Jools Wills eaa8a13885
Merge pull request #3910 from joolswills/mupen64plus_armv8
mupen64plus - fix building on armv8 with 64bit kernel/32bit userland
2024-04-26 01:44:41 +01:00
.github Reword wiki references to docs site 2020-07-28 11:09:39 -04:00
ext packages - allow adding of 3rd party module repos 2021-01-26 02:15:01 +00:00
scriptmodules Merge pull request #3910 from joolswills/mupen64plus_armv8 2024-04-26 01:44:41 +01:00
.gitignore added ext/* to .gitignore to ignore 3rd party repos 2021-01-31 22:32:34 +00:00
AUTHORS CHG: Updated copyright information. 2015-10-11 21:03:16 +02:00
CONTRIBUTING.md Grammar fixes 2020-07-28 11:17:53 -04:00
COPYRIGHT.md updated copyright year 2017-02-02 00:16:51 +00:00
LICENSE.md update RetroPie urls in README.md, CONTRIBUTING and bashwelcometweak to new site 2016-04-06 12:41:19 +01:00
README.md Replace Raspbian with Raspberry Pi OS 2020-09-16 04:32:24 +02:00
platforms.cfg platform: updates for amdstrad and daphne 2024-04-13 04:57:54 +01:00
retropie_packages.sh retropie-setup - bump version to 4.8.7 2024-04-22 21:23:55 +01:00
retropie_setup.sh cosmetic - styleguide / remove undeeded comments 2016-12-14 01:51:15 +00:00

README.md

RetroPie-Setup

General Usage

Shell script to setup the Raspberry Pi, Vero4K, ODroid-C1 or a PC running Ubuntu with many emulators and games, using EmulationStation as the graphical front end. Bootable pre-made images for the Raspberry Pi are available for those that want a ready-to-go system, downloadable from the releases section of GitHub or via our website at https://retropie.org.uk.

This script is designed for use on Raspberry Pi OS (previously called Raspbian) on the Raspberry Pi, OSMC on the Vero4K or Ubuntu on the ODroid-C1 or a PC.

To run the RetroPie Setup Script make sure that your APT repositories are up-to-date and that Git is installed:

sudo apt-get update
sudo apt-get dist-upgrade
sudo apt-get install git

Then you can download the latest RetroPie setup script with:

cd
git clone --depth=1 https://github.com/RetroPie/RetroPie-Setup.git

The script is executed with:

cd RetroPie-Setup
sudo ./retropie_setup.sh

When you first run the script it may install some additional packages that are needed.

Binaries and Sources

On the Raspberry Pi, RetroPie Setup offers the possibility to install from binaries or source. For other supported platforms only a source install is available. Installing from binary is recommended on a Raspberry Pi as building everything from source can take a long time.

For more information, visit the site at https://retropie.org.uk or the repository at https://github.com/RetroPie/RetroPie-Setup.

Docs

You can find useful information about several components and answers to frequently asked questions in the RetroPie Docs. If you think that there is something missing, you are invited to submit a pull request to the RetroPie-Docs repository.

Thanks

This script just simplifies the usage of the great works of many other people that enjoy the spirit of retrogaming. Many thanks go to them!