Difference between revisions of "Development"
From Pandora Wiki
(Proper headings instead of a long list. Changed the wording of some things.) |
|||
Line 1: | Line 1: | ||
− | * | + | ==Compiling Software== |
− | * Or | + | * [[Setting up a cross-compiler|Set up a cross-compiler]] to compile code for the Pandora on your PC. |
− | + | * Or, [http://www.gp32x.com/board/index.php?/topic/53964-cross-compiling-is-bollocks-toolchains-are-bollocks-use-your-pandora-to-build-apps/ set up and compile directly on the Pandora]. | |
− | + | ||
− | + | ==Porting and Writing Software== | |
− | * [[Libpnd hub| | + | * If porting existing software, try the [[porting guide]]. |
+ | * If creating new code, then the [[development tutorials]] may be useful. | ||
+ | |||
+ | ==Distributing Software== | ||
+ | * Learn more about the [[Libpnd hub|PND file format]] that is used for distribution. | ||
[[Category:Development]] | [[Category:Development]] |
Revision as of 02:58, 20 June 2010
Compiling Software
- Set up a cross-compiler to compile code for the Pandora on your PC.
- Or, set up and compile directly on the Pandora.
Porting and Writing Software
- If porting existing software, try the porting guide.
- If creating new code, then the development tutorials may be useful.
Distributing Software
- Learn more about the PND file format that is used for distribution.