Difference between revisions of "Development"

From Pandora Wiki
Jump to: navigation, search
(Proper headings instead of a long list. Changed the wording of some things.)
Line 1: Line 1:
* You can [[Setting up a cross-compiler|set up a cross-compiler]] to compile code for the Pandora on your PC.
+
==Compiling Software==
* Or you can [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]!
+
* [[Setting up a cross-compiler|Set up a cross-compiler]] to compile code for the Pandora on your PC.
* Porting & programming:
+
* 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].
** If porting existing software, try the [[porting guide]].
+
 
** If creating new code, the [[development tutorials]] may be useful.
+
==Porting and Writing Software==
* [[Libpnd hub|Package]] your software in PND fromat for distribution.
+
* 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

Porting and Writing Software

Distributing Software