- Jan 5, 2019
- 9
- 2
... So I bought a PineTab (linux ARM tablet) and I thought maybe I would use it for some light sexy gaming and chose Rogue-Like as a first go. When I try to launch, I get
So I check in the renpy lib/ folder shipped with game archive to discover there is, in fact, not an aarch64 base.
Okay, says I, I'll just install ren'py systemwide and link it against that but ... wait. Shit. There's a whole bunch of stuff in here in the lib/<platform> folders that need compiling and I haven't the foggiest idea where to begin doing that.
Suggestions welcome.
Code:
Ren'Py platform files not found in:
/home/manjaro/Games/Rogue-Like-0.991h-linux/lib/linux-aarch64
Please compile the platform files using the instructions in README.md
or point them to an existing installation using ./after_checkout.sh <path>.
Alternatively, please set RENPY_PLATFORM to a different platform.
Okay, says I, I'll just install ren'py systemwide and link it against that but ... wait. Shit. There's a whole bunch of stuff in here in the lib/<platform> folders that need compiling and I haven't the foggiest idea where to begin doing that.
Suggestions welcome.