= Build DUBwise =
== Preparation ==
 * install some tools to fullfill Build-Dependencys ( see section "Tools needed to build DUBwise" )
 * Set the path to WTK it in build.xml
 /!\ read http://forum.mikrokopter.de/topic-post15829.html#post15829 for Hints on Compiling on Windows
== Build ==
 * complete set
 . {{{
 > ruby BUILD all bin  }}}

 * complete set with obfuscation and zip the bindir
 . {{{
 > ruby BUILD all bin -o -z }}}

 * test build
 . {{{
 > ruby BUILD test bin }}}

= Tools needed to build DUBwise =
 * WTK ( 2.2 / 2.5 proven to work )
 * ruby 
 * Obfuscator (e.g. [[http://sourceforge.net/project/showfiles.php?group_id=54750|Proguard]] ) when willing to obfuscate
 * ANT
 * 7zip