View Single Post
Posts: 415 | Thanked: 732 times | Joined on Jan 2009 @ Finland
#9
Originally Posted by stuartmarsden View Post
I have not developed on Meego before but have been using Qt for years. My proposal would require a third party open source library for it (codec2). This compiles using the usual:

Code:
./configure
make 
make install
Is this easy to do for Meego? I assume I can do the same through the toolchain somehow. For my QtonPi project I was just going to compile on the device as the distros have a full toolchain. I assume an N9 N950 does not have it onboard.
You'll need to cross compile it. For MeeGo Harmattan that means using it's platform SDK / scratchbox. See http://harmattan-dev.nokia.com/platform-sdk/.

Last edited by timoph; 2012-05-30 at 18:59.