Skip to content

Development environment setup

arvydas edited this page Dec 10, 2014 · 5 revisions

Windows

Set JAVA_HOME to JDK path on the system.

Add JAVA_HOME/bin to the Path environment variable.

Load Ant build file from resources/build.properties

Run Ant, this will:

  • Compile library
  • Create documentation
  • Copy all relevant files to Processing user folder

Open Processing and run examples or custom sketch.

Clone this wiki locally