diff --git a/Install-Emulationstation-on-Gameshell.md b/Install-Emulationstation-on-Gameshell.md index 69ad3ec..e24cebb 100644 --- a/Install-Emulationstation-on-Gameshell.md +++ b/Install-Emulationstation-on-Gameshell.md @@ -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: