adamtornhill / MetricsTreeMap

A Processing program to visualize metrics as tree maps.
GNU General Public License v3.0
67 stars 14 forks source link

Newbie can't run the code #1

Closed mowat27 closed 9 years ago

mowat27 commented 9 years ago

HI,

I'm not familiar with Processing but I have figured out how to install and start it (on OSX using homebrew).

However, whenever I try to run one of the .pde files I'm getting the same error:

No library found for treemap
No library found for treemap
Libraries must be installed in a folder named 'libraries' inside the 'sketchbook' folder.

Can you show me how to fix this? I'm happy to update the README if that helps.

Cheers

Adrian

adamtornhill commented 9 years ago

Hi @mowat27,

You need to download the treemap library developed by Ben Fry. The library is available here. That page also contains the setup instructions.

If you look in you processing IDE, you'll see that you have an Import Library option under the Sketch menu.

HTH, Adam

mowat27 commented 9 years ago

OK, great. Thanks for the update.

I'm not getting any time to look at this any further at the moment so I'll close the issue and raise a PR with the doc changes when I get a chance