Skip to content

Shell script to set up a Raspberry Pi/Odroid/PC with RetroArch emulator and various cores

License

Notifications You must be signed in to change notification settings

cmitu/RetroPie-Setup

This branch is 1 commit ahead of, 472 commits behind RetroPie/RetroPie-Setup:master.

Folders and files

NameName
Last commit message
Last commit date
Jul 28, 2020
Jan 26, 2021
Oct 5, 2023
Jan 31, 2021
Oct 11, 2015
Jul 28, 2020
Feb 2, 2017
Apr 6, 2016
Sep 16, 2020
Sep 6, 2023
Aug 15, 2023
Dec 14, 2016

Repository files navigation

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!

About

Shell script to set up a Raspberry Pi/Odroid/PC with RetroArch emulator and various cores

Topics

Resources

License

Stars

Watchers

Forks

Languages

  • Shell 93.1%
  • Python 5.4%
  • JavaScript 1.0%
  • CSS 0.3%
  • HTML 0.1%
  • Tcl 0.1%