Pandora Developing For Openpandora


BinarySpike

Still Fresh
Joined
Feb 13, 2009
Messages
1
What tools do I need to compile and link my C++ code so that it works on the open-pandora? I intend to make a guide on the wiki on how to create a fully working particle generator using OpenGL on the open-pandora. Similar to NeHe's particle generator.

Once I get used to the development environment I want to port a couple open-source games to the open-pandora.
 
Last edited by a moderator:
It's also possible to use the cross-compiler tools that we Gentoo folks use:
http://gentoo.openpandora.org/wiki/index.php/Create_Image

You won't want to follow anything beyond creating your cross-compiler, of course, because the rest is about actually building a Gentoo OS.

As long as you statically compile everything, you'll be good to go.
 
Last edited by a moderator:
Back
Top