Author Topic: How to build solarus-quest-editor on raspberry pi (RetroPie)  (Read 5116 times)

0 Members and 1 Guest are viewing this topic.

schamp
  • Newbie
  • *
  • Posts: 1
    • View Profile
I wanted to set up a quest development environment for my kids running on our RetroPie.  The extension pack for running quests works well, but there was no build for arm, so I had to roll my own.

I eventually got it working, here's a gist with the patches I had to make to get it building, in case anyone is interested:  https://gist.github.com/schamp/18255d7ec07795624374cc457f746417

If you want to clean it up and incorporate it into the main build, go for it.

oclero

  • Administrator
  • Full Member
  • *****
  • Posts: 167
    • View Profile
Re: How to build solarus-quest-editor on raspberry pi (RetroPie)
« Reply #1 on: July 25, 2020, 12:42:05 PM »
Thanks!