To view parent comment, click here.
To read all comments associated with this story, please click here.
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.
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-10-17
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. Also, most mobile linux distributions do not come with the libraries that are usually bundled on the desktop distributions. Getting those libraries on the mobile OS may be simple or tedious depending on the library.
I do not understand this popular claim that it is simple to port desktop apps to a mobile interface and form factor.
I do not agree with your opinion about the Ubuntu mobile effort but I will not get into that now.