Starting Homebrew Development: Difference between revisions
Jump to navigation
Jump to search
imported>Tuxuser No edit summary |
imported>Tuxuser (Some basic introduce to libxenon) |
||
Line 1: | Line 1: | ||
== 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
- Linux/MAC OS/Mingw (a virtual machine will just do fine)
- Installed 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: Hello World :)