kiteretro / Circuit-Sword-Lite

GNU General Public License v3.0
24 stars 1 forks source link

Need to install libpng12-0 on clean retropie image in order for cs-hud to work #17

Open vyruz1986 opened 2 years ago

vyruz1986 commented 2 years ago

I was trying to get the CS-lite software installed on a brand new retropie image, using their latest image (v4.8) from their website.

Running the install script worked, but the cs-hud service was not starting due to it missing libpng12.so.0. Some googling led me to running sudo apt install libpng12-0 which fixed that problem. So perhaps it would be good to add the installation of this package to the install script?