mirror of
https://github.com/clockworkpi/GameShellDocs.git
synced 2025-12-13 10:18:50 +01:00
Updated Install Emulationstation on Gameshell (markdown)
parent
9d3895c429
commit
7b23b0e0c5
@ -1,6 +1,4 @@
|
|||||||
I specify here that this is the basic version of Emulationstation. Not that of Retropie or Recalbox.
|
Feel free to visit the [official Retropie EmulationStation github page](https://github.com/RetroPie/EmulationStation/) for more informations
|
||||||
|
|
||||||
Feel free to visit the [official Emulationstation github page](https://github.com/Aloshi/EmulationStation/) for more informations
|
|
||||||
|
|
||||||
# Building
|
# Building
|
||||||
Log in SSH on your Gameshell and go to your home directory.
|
Log in SSH on your Gameshell and go to your home directory.
|
||||||
@ -13,13 +11,7 @@ You need to install a few packages :
|
|||||||
|
|
||||||
Clone the git project :
|
Clone the git project :
|
||||||
|
|
||||||
`git clone https://github.com/Aloshi/EmulationStation.git`
|
`git clone https://github.com/RetroPie/EmulationStation.git`
|
||||||
|
|
||||||
**NOTE**: by default you are on the **master** branch. A branch named _video_ exists and add the video preview support.
|
|
||||||
|
|
||||||
> You can switch on the video branch by (not tested yet)
|
|
||||||
|
|
||||||
> `git checkout remotes/origin/video`
|
|
||||||
|
|
||||||
Then, generate and build the Makefile with CMake:
|
Then, generate and build the Makefile with CMake:
|
||||||
|
|
||||||
@ -31,10 +23,17 @@ Then, generate and build the Makefile with CMake:
|
|||||||
|
|
||||||
This will take a few time.
|
This will take a few time.
|
||||||
|
|
||||||
|
**NOTE** : don't forget to copy _~/EmulationStation/ressources_ into _~/.emulationstation/_
|
||||||
|
|
||||||
Now install emulationstation to /usr/local/bin/emulationstation, which will let you just type 'emulationstation' to run it, do:
|
Now install emulationstation to /usr/local/bin/emulationstation, which will let you just type 'emulationstation' to run it, do:
|
||||||
|
|
||||||
`sudo make install`
|
`sudo make install`
|
||||||
|
|
||||||
|
You can now delete _~/EmulationStation_ folder by
|
||||||
|
|
||||||
|
`rm -Rf ~/EmulationStation`
|
||||||
|
|
||||||
|
|
||||||
# Add EmulationStation to launcher
|
# Add EmulationStation to launcher
|
||||||
## Create entry
|
## Create entry
|
||||||
Go to **/home/cpi/launcher/Menu/GameShell** and create a _XX_Emulationstation.sh_ file. Where _XX_ is the number you want depending on the position in the launcher.
|
Go to **/home/cpi/launcher/Menu/GameShell** and create a _XX_Emulationstation.sh_ file. Where _XX_ is the number you want depending on the position in the launcher.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user