jalcine / wintermute

:book: Central sources for a networked application framework.
http://jacky.wtf/weblog/ambitions-wintermute/
MIT License
17 stars 3 forks source link

Add Cross Compilation Support #55

Closed jalcine closed 8 years ago

jalcine commented 9 years ago

To make it easier to build for Android and Raspberry Pi, we need to update the CMake build to handle that. This would require us providing toolchain files that can be populated by the system when configuring in cross compiling mode.

jalcine commented 9 years ago

Reference point: http://android-cmake.googlecode.com/hg/documentation.html

jalcine commented 9 years ago

Really looking into it; there's no need for an Android target. Just a Java library built from sources would make sense (although that's what this essentially is, plus Android's libraries linked in). Since I've debated this so much, I'm going to move this into the backlog. Create when needed, no overdoing it.