Kneesnap / deltarune-circuit-sword

A port that allows running Deltarune Chapter 1 on the Circuit Sword raspberry-pi based console.
5 stars 0 forks source link

Dependencies missing for later versions of Debian/Raspbian (particularly Buster) #1

Closed ghost closed 4 years ago

ghost commented 4 years ago

So, I tried out this neat little project because I wanted to see how it worked, but on the latest version of Raspbian, the game complains that it needs libcurl3 and libssl1.0.2. That, ordinarily, wouldn't be an issue, but turns out that those dependencies cannot be obtained through the apt manager on Buster.

Because of this issue, I went through the trouble of manually downloading those packages and neatly put them into the attached archive. I even included a little run script for convenience.

Would you be so kind as to package the contents with the game and update the release?

Thanks.

Download "Dependencies.tar.gz"

Kneesnap commented 4 years ago

I can't just take compiled binaries that someone sends me online, so I've grabbed them from my own system.

I've uploaded a new release though, hopefully it works.

ghost commented 4 years ago

Fair enough, you know, security risks and all. But thanks for your help.