Starting Homebrew Development: Difference between revisions
Jump to navigation
Jump to search
imported>Tuxuser No edit summary |
imported>Tuxuser (Added a tutorial for NetBeans) |
||
Line 6: | Line 6: | ||
== Getting into it == | == Getting into it == | ||
A little tutorial which explains how to setup NetBeans in Linux to develop LibXenon applications: [http://file.libxenon.org/free60/libxenon/Setup%20your%20PC%20for%20LibXenon%20Programming.pdf Setup your PC for LibXenon Programming] | |||
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 :)]] |
Revision as of 21:24, 14 June 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 :)