Requirements for compiling
- Java SE Development Kit 7 (JDK 7) or later (http://www.oracle.com/technetwork/java/javase/downloads)
- ant 1.8.0 or later (http://ant.apache.org)
- Subversion client (http://subversion.tigris.org, optional)
- Eclipse 3.6 or later (http://www.eclipse.org, optional)
- Eclipse Spotbugs plugin 3.1 or later (spotbugs, install via Eclipse marketplace, optional)
- PMD Eclipse plugin (pmd-eclipse-plugin, install via Eclipse marketplace, optional)
Compiling
For compiling SoundHelix, download a source version of SoundHelix or download the source code using a Subversion client and store it in any location on your harddrive. Then just run "ant clean jar" in SoundHelix' main directory, which is the directory containing the ant build script (build.xml). After building, a JAR file (SoundHelix.jar) will have been created in that directory.
Then simply follow the same steps as mentioned in "Running" in order to run SoundHelix.
If you have any problems regarding the compilation of SoundHelix, please let me know.
Add new comment