RetroPie-Setup/README.md

52 lines
2 KiB
Markdown
Raw Permalink Normal View History

2012-07-22 14:49:25 -04:00
RetroPie-Setup
==============
General Usage
-------------
2020-07-28 11:13:27 -04:00
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.
2012-09-29 12:35:02 -04:00
2020-09-15 22:32:24 -04:00
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.
2012-07-22 15:19:41 -04:00
To run the RetroPie Setup Script make sure that your APT repositories are up-to-date and that Git is installed:
2012-07-22 15:19:41 -04:00
```shell
sudo apt-get update
sudo apt-get dist-upgrade
sudo apt-get install git
2012-07-22 15:19:41 -04:00
```
2020-07-28 11:13:27 -04:00
Then you can download the latest RetroPie setup script with:
2012-07-22 15:19:41 -04:00
```shell
cd
git clone --depth=1 https://github.com/RetroPie/RetroPie-Setup.git
2012-07-22 15:19:41 -04:00
```
2020-07-28 11:13:27 -04:00
The script is executed with:
2012-07-22 15:19:41 -04:00
```shell
cd RetroPie-Setup
sudo ./retropie_setup.sh
2012-07-22 15:19:41 -04:00
```
2016-07-11 14:36:00 -04:00
When you first run the script it may install some additional packages that are needed.
Binaries and Sources
--------------------
2016-07-11 14:36:00 -04:00
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.
2020-07-28 11:13:27 -04:00
For more information, visit the site at https://retropie.org.uk or the repository at https://github.com/RetroPie/RetroPie-Setup.
2020-07-28 11:08:37 -04:00
Docs
2012-10-02 16:59:44 -04:00
----
2020-07-28 11:08:37 -04:00
You can find useful information about several components and answers to frequently asked questions in the [RetroPie Docs](https://retropie.org.uk/docs/). If you think that there is something missing, you are invited to submit a pull request to the [RetroPie-Docs repository](https://github.com/RetroPie/RetroPie-Docs).
2012-10-02 16:59:44 -04:00
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!