Updated Install Emulationstation on Gameshell (markdown)

Vilikt 2019-03-01 10:46:31 +01:00
parent 7b23b0e0c5
commit b36f604d17

@ -7,11 +7,11 @@ Log in SSH on your Gameshell and go to your home directory.
You need to install a few packages :
`sudo apt-get install libsdl2-dev libboost-system-dev libboost-filesystem-dev libboost-date-time-dev libboost-locale-dev libfreeimage-dev libfreetype6-dev libeigen3-dev libcurl4-openssl-dev libasound2-dev libgl1-mesa-dev build-essential cmake fonts-droid`
`sudo apt-get install libsdl2-dev libboost-system-dev libboost-filesystem-dev libboost-date-time-dev libboost-locale-dev libfreeimage-dev libfreetype6-dev libeigen3-dev libcurl4-openssl-dev libasound2-dev libgl1-mesa-dev build-essential cmake fonts-droid fonts-droid-fallback libvlc5 libvlc-dev rapidjson-dev`
Clone the git project :
`git clone https://github.com/RetroPie/EmulationStation.git`
`git clone --recursive https://github.com/RetroPie/EmulationStation.git`
Then, generate and build the Makefile with CMake: