Starting Homebrew Development: Difference between revisions

From Xenon Wiki
Jump to navigation Jump to search
imported>Tuxuser
No edit summary
imported>Tuxuser
(Some basic introduce to libxenon)
Line 1: Line 1:
We need some proper documentation here !!!
== Requirements ==
*Linux/MAC OS/Mingw (a virtual machine will just do fine)
*Installed [[Compiling_the_Toolchain|Xenon Toolchain]]
*[[LibXenon]] pulled from [[Free60 Git Repository]]
*Knowledge of C/C++
 
== Getting into it ==
You could start looking at a code example and write a program which (almost) everbody starts with: [[LibXenon_Examples|Hello World :)]]

Revision as of 11:42, 11 February 2011

Requirements

Getting into it

You could start looking at a code example and write a program which (almost) everbody starts with: Hello World :)