The SDL forums have moved to discourse.libsdl.org.
This is just a read-only archive of the previous forums, to keep old links working.


SDL Forum Index
SDL
Simple Directmedia Layer Forums
MKXP on Android
moocow1452


Joined: 20 Oct 2014
Posts: 5
Not quite sure if this is the right place, since MKXP is just as much a project as it is a game, but I've been looking around Ancurio's MXKP project, https://github.com/Ancurio/mkxp, in an attempt to get a version of To The Moon running natively on Android, since I'm a fan of the game, and the idea of exporting RPGXP games to Android is pretty damn exciting. I've fiddled around with QMake and CMake in attempts to get a more smarter build going, but currently QMake doesn't recognize imported libraries, and when I try and invoke Android-Cmake from Taka-no-me, https://github.com/taka-no-me/android-cmake, I have an error finding pkg-config, and the rest of the build obviously cannot happen without that. Any ideas on how to best start hacking away at the issue, or someone willing to point me in the right direction?