Shell script to set up a Raspberry Pi/Odroid/PC with RetroArch emulator and various cores
Go to file
Jools Wills bf228495c5 update RetroPie urls in README.md, CONTRIBUTING and bashwelcometweak to new site
reference COPYRIGHT.md from copyright section of LICENSE.md
2016-04-06 12:41:19 +01:00
.github reword ISSUE_TEMPLATE as checkboxes are not too useful as they have to be manually checked in markdown. 2016-03-15 18:08:13 +00:00
scriptmodules update RetroPie urls in README.md, CONTRIBUTING and bashwelcometweak to new site 2016-04-06 12:41:19 +01:00
tools removed old/unused scripts 2015-12-05 03:39:09 +00:00
.gitignore Add logs and tmp folders in the root to gitignore 2015-12-15 13:18:18 +00:00
AUTHORS CHG: Updated copyright information. 2015-10-11 21:03:16 +02:00
CONTRIBUTING.md update RetroPie urls in README.md, CONTRIBUTING and bashwelcometweak to new site 2016-04-06 12:41:19 +01:00
COPYRIGHT.md CHG: Updated copyright information. 2015-10-11 21:03:16 +02:00
LICENSE.md update RetroPie urls in README.md, CONTRIBUTING and bashwelcometweak to new site 2016-04-06 12:41:19 +01:00
platforms.cfg Add .sms for gamegear 2016-02-29 20:04:00 -07:00
README.md update RetroPie urls in README.md, CONTRIBUTING and bashwelcometweak to new site 2016-04-06 12:41:19 +01:00
retropie_packages.sh unify the various copies of the ini processing functions, installing them to $rootdir/lib/inifuncs.sh for use by inputconfiguration.sh / runcommand.sh / mupen64plus hotkey scripts. 2015-11-26 00:01:36 +00:00
retropie_setup.sh copyright sp / minor wording tweak 2015-10-12 00:09:22 +01:00

RetroPie-Setup

General Usage

Shell script to setup the Raspberry Pi 1 / 2 / 3 with several emulators, various cores, and EmulationStation as graphical front end. Bootable pre-made images 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 Raspbian Jessie and Wheezy for the Raspberry Pi. Before using the script, please **make sure that you have run the raspi-config script to extend your root file system **. You can run the script with

sudo raspi-config

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 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. Note that you might need to reboot your Raspberry, if your firmware was updated during the installation process.

Binaries and Sources

RetroPie Setup offers the possibility to install from binaries or build from source. For most users installing from binary should suffice - but for the very latest versions of some software building from source may be preferred. Building from source can take more than a day on a Raspberry Pi.

For more information visit the blog at https://retropie.org.uk or the repository at https://github.com/RetroPie/RetroPie-Setup. A forum thread about the RetroPie Setup script in the official Raspberry Pi forum can be found at http://www.raspberrypi.org/phpBB3/viewtopic.php?f=35&t=13600.

Wiki

You can find useful information about several components or for several frequently asked questions in the wiki of the RetroPie Script. If you think that there is something missing, you are invited to add it to the wiki.

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!