To be added
- In the build.properties file (found in the Resources folder), change the sketchbook location (line 20) to where your installed version of Processing's sketchbook, the classpath (line 32) to where this package is located, and the classpath libraries location (line 47) to where your processing libraries are located.
- Go to Window>Show View>Ant
- In Ant, right click on the project and go to Run As>Ant Build
- If the build is successful you should be able to import this library in Processing by adding import generative.components.*; at the top of your Processing sketch.