How to install "keystone" library in Processing 1.5.1 on Mac OSX?
in
Contributed Library Questions
•
6 months ago
Hi folks,
I'm trying to use the "keystone" library (
http://keystonep5.sourceforge.net/) but I can't get the example code ("CornerPin.pde") to work. Every time I run it, I get this error:
No library found for deadpixel.keystoneAs of release 1.0, libraries must be installed in a folder named 'libraries' inside the 'sketchbook' folder.
This is my first time installing a third-party library, and apparently I have no idea how to do it properly.
Here's what I have done so far:
1) downloaded the package
2) unzipped it
3) copied it into my sketchbook folder ("/Users/cassidy/Documents/Processing/libraries")
I'm assuming that the actual library, the bit that Processing cares about, is the file called "keystone.jar". So I've tried copying it into various places: directly in the "libraries" folder, and also into each of the subdirectories (libraries/deadpixel, libraries/deadpixel/keystone, etc.) but each time, no luck.
What am I missing here? What am I doing wrong?
-Cassidy
1