Welcome on the FreeCast developer page.
End-user resources
This wiki deals with FreeCast internals. End-users can find better information on :
Contacts
You're welcome on the FreeCast developper mailing-list. The #freecast channel is very cool place too ;-)
Sources
You can download the FreeCast source distribution.
Subversion repository
The lastest FreeCast sources are available into the Kolaka Subversion Repository:
svn co http://svn.tryphon.org/kolaka/freecast/trunk/ freecast
These sources can be browsed via trac browser.
Build sources
Requirements
You need :
- a jdk 1.4 (or earlier),
- ant 1.6.5
Build
Run:
ant dist
You can run FreeCast by executing the scripts present into dist/bin. See FreeCast User's Guide.
Documentation
The best way is to build the javadoc from the source distribution :
ant build.docs.api
