View Single Post
Posts: 59 | Thanked: 71 times | Joined on Sep 2009 @ Brazil
#15
Originally Posted by TheAccountant View Post
Does that mean you can simply compile programs on the desktop and zip them across? if that is the case, wont programs be a slow cos they're not compiled for the N900 cpu?
The Nokia Qt SDK has cross compilers to create applications for Maemo or Symbian devices. When you build an application on your PC, you choose the target (Maemo, Symbian or the Simulator). The Maemo target will generate native code to run on your N900.

The Nokia SDK is supposedly the new "right" way to create Qt applications for Nokia devices, so I recommend that you give it a try.

For more information, see the official page (including the download link).