Thread: A few questions
View Single Post
Benson's Avatar
Posts: 4,930 | Thanked: 2,272 times | Joined on Oct 2007
#7
Originally Posted by dav7 View Post
Okay, here's a question I couldn't get answered by googling around.

Since I want to try stuff out, is it possible to either:

* Compile the entire Maemo platform for x86 and run it in an appropriately sized Xnest or Xvnc window
You could do this, but compiling everything is way too much work; just use the prebuilt packages in the SDK.

AFAIK, this is the normal way of trying software under development in the SDK, with actual ARM compilation and testing (emulated or on-device) reserved for things that should be architecture dependent, and for testing of those that shouldn't (but might be buggy).

I think installing the SDK should get you what you want.