clockworkpi / GameShellDocs

GameShell Documents
GNU General Public License v3.0
186 stars 21 forks source link

[Install-Emulationstation-on-Gameshell] Package fonts-droid is not available #6

Open afknapping opened 5 years ago

afknapping commented 5 years ago

On Install Emulationstation on Gameshell · clockworkpi/GameShellDocs Wiki

I did an apt-get update and then ran the install command: 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

full message:

Reading package lists... Done
Building dependency tree
Reading state information... Done
Package fonts-droid is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
  fonts-droid-fallback

Since fonts-droid-fallback was already in the list, I removed fonts-droid from the list:

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-fallback libvlc5 libvlc-dev rapidjson-dev

after installation I could proceed with tutorial.

afknapping commented 5 years ago

Just to close: it compiled but when I added the script files to the menu folder the Clockwork UI stuck at the loading screen. Same when putting the script into /home/cpi/apps/Menu/ (in which I had successfully linked to nwjs items).