https://github.com/computermouth/rc
https://github.com/computermouth/rc
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/computermouth/rc
- Owner: computermouth
- License: other
- Created: 2016-11-18T03:24:39.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-28T07:22:19.000Z (over 9 years ago)
- Last Synced: 2025-02-05T11:36:27.711Z (over 1 year ago)
- Language: Shell
- Size: 1.57 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Authors: AUTHORS
Awesome Lists containing this project
README
RetroPie-Setup
==============
General Usage
-------------
Shell script to setup the Raspberry Pi, 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 Raspbian on the Rasperry Pi, 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:
```shell
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install git lsb-release
```
Then you can download the latest RetroPie setup script with
```shell
cd
git clone --depth=1 https://github.com/RetroPie/RetroPie-Setup.git
```
The script is executed with
```shell
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 blog at https://retropie.org.uk or the repository at https://github.com/RetroPie/RetroPie-Setup.
Wiki
----
You can find useful information about several components or for several frequently asked questions in the [wiki](https://github.com/RetroPie/RetroPie-Setup/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!