Starting Homebrew Development: Difference between revisions
Jump to navigation
Jump to search
imported>Tuxuser (Some basic introduce to libxenon) |
imported>Tuxuser mNo edit summary |
||
Line 1: | Line 1: | ||
== Requirements == | == Requirements == | ||
*Linux/MAC OS/Mingw (a virtual machine will just do fine) | *Linux/MAC OS/Mingw (a virtual machine will just do fine) | ||
*Installed [[Compiling_the_Toolchain|Xenon Toolchain]] | *Installed [[Compiling_the_Toolchain|Xenon Toolchain]] and [LibXenon] of course | ||
*[[LibXenon]] pulled from [[Free60 Git Repository]] | *[[LibXenon]] pulled from [[Free60 Git Repository]] | ||
*Knowledge of C/C++ | *Knowledge of C/C++ |
Revision as of 00:23, 26 February 2011
Requirements
- Linux/MAC OS/Mingw (a virtual machine will just do fine)
- Installed Xenon Toolchain and [LibXenon] of course
- 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 :)