On Debian/Ubuntu: All of this be easily installed with apt-get:
sudo apt-get install libsdl2-dev libsdl2-mixer-dev libfreeimage-dev libfreetype6-dev \
libcurl4-openssl-dev rapidjson-dev libasound2-dev libgl1-mesa-dev build-essential \
libboost-all-dev cmake fonts-droid-fallback libvlc-dev libvlccore-dev vlc-binNote this Repository uses a git submodule - to checkout the source and all submodules, use
git clone --recursive https://github.com/RetroPie/EmulationStation.gitor
git clone https://github.com/RetroPie/EmulationStation.git
cd EmulationStation
git submodule update --initThen, generate and build the Makefile with CMake:
cd YourEmulationStationDirectory
cmake .
make
没有评论:
发表评论