Circuit-Sword-Lite icon indicating copy to clipboard operation
Circuit-Sword-Lite copied to clipboard

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

Open vyruz1986 opened this issue 2 years ago • 0 comments

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?

vyruz1986 avatar Jun 03 '22 19:06 vyruz1986