Starting Homebrew Development: Difference between revisions
Jump to navigation
Jump to search
imported>Tuxuser (Added a tutorial for NetBeans) |
imported>Tuxuser (Added to Category:Homebrew and Category:Development) |
||
Line 9: | Line 9: | ||
You could start looking at a code example and write a program which (almost) everbody starts with: [[LibXenon_Examples|Hello World :)]] | You could start looking at a code example and write a program which (almost) everbody starts with: [[LibXenon_Examples|Hello World :)]] | ||
[[Category:Homebrew]] | |||
[[Category:Development]] |
Revision as of 12:21, 23 October 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
A little tutorial which explains how to setup NetBeans in Linux to develop LibXenon applications: Setup your PC for LibXenon Programming
You could start looking at a code example and write a program which (almost) everbody starts with: Hello World :)