Linked by Thom Holwerda on Thu 28th Feb 2013 15:42 UTC
Thread beginning with comment 553978
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE[4]: Looks nice, one question....
by moondevil on Fri 1st Mar 2013 09:29
in reply to "RE[3]: Looks nice, one question...."
You still need the libraries, though.
https://android.googlesource.com/platform/ndk/+/master/docs/STABLE-A...
You can of course statically link, but then your executable might turn out to be too big for most users.




Member since:
2011-01-28
jayrulez,
"Porting desktop apps to mobile devices usually involves rewriting the interface for the form factor. Many linux desktop apps are not written in a way where the UI is cleanly separated from the backend. So porting desktop apps to mobile may be more involved than you suggest."
I think tidux'es concept of "port" was just to get the desktop/console software running on a tablet connected to an HDMI monitor and not necessarily to rewrite it for the tablet form factor. In this case he's probably right that it should be pretty trivial. The GNU toolchains might be underpowered running on a tablet, and a keyboard would be very helpful, but it should still work.