Thread
:
Developing N900 apps with eclipse
View Single Post
zwer
2009-12-26 , 13:59
Posts: 455 | Thanked: 782 times | Joined on Nov 2009 @ Netherlands
#
2
You can develop Qt apps with ease on Windows with Eclipse - all you need is the
QT IDE/SDK
,
QT Eclipse Integration
plugin, and eventually
MinGW
if you don't install it with QT IDE.
GTK development on Windows is a bit trickier (and may require a lot of porting work when moving it to Maemo), but that topic has been discused all over the interwebs, so if GTK is your flavor fire up Google.
When you're done, all you need is to recompile your app against ARM using Maemo SDK (at which point you'll see a huge advantage of Qt over GTK development), and there are several ways to do it. Probably the less painful (no VMs, scratchbox etc.) is the
MADDE
approach, although it currently lacks a N900 emulator so you'll need to test your apps directly on the device.
Quote & Reply
|
zwer
View Public Profile
Send a private message to zwer
Visit zwer's homepage!
Find all posts by zwer