= Compiling Renew Source = ''(for version 2.4)'' The steps required to compile Renew are listed below. For your convenience we provide a script that will do the required steps for you (see the following subsection). * get the source from http://www.renew.de * get the prerequisites (''ant, javacc, jalopy, junit,...'' / consult ''README'' in folder ''src'' for more information) * setup environment (ant properties in ''src/ant/local.properties'') * compile renew (by calling ''ant'') * prepare eclipse project settings (optional) == Environment setup: == [[attachment:prepare-sources.zip]] Archive contains: * eclipse project setting files (.classpath and .project) * bash script (for your convenience) that will everything for you, which is: * download Renew sources and prerequisites, * set-up the environment, * compile Renew and * prepare the eclipse project Please consult the bash script for details and/or adapt for your own purposes. The script, which requires ''wget'' to be installed, has been tested on Linux and OS X. It should work without problem on win/cygwin (http://www.cygwin.com).