I was trying to reproduce Claudio Fiandrino's answer to How can we draw a Hannukah Menorah with decorations, using TikZ?. However, I do not have the hobby package by Andrew Stacey in my local distribution. After reading Update TikZ/PGF on mac and How to install a current version of TikZ?, I looked at the latest TikZ/PGF CVS (build on December 7, 2012) but could not located the hobby package in it. I found the hobby directory but do not know where each file is supposed to go in my distribution.
How do I add the hobby package? In general, what would be the easy way to get any new TikZ package installed in a Mac?
EDIT: I have used the drag-and-drop (mac) method as described below.
(1) Drag pml3array.sty file to /Users/Username/Library/texmf/tex/latex folder.
(2) Drag hobby.code.tex file to /Users/Username/Library/texmf/tex/generic/pgf/math folder.
(3) Drag pgflibraryfpu.code.tex to /Users/Username/Library/texmf/tex/generic/pgf/libraries folder.
(4) Drag tikzlibraryhobby.code.tex to /Users/Username/Library/texmf/tex/generic/pgf/frontendlayer/tikz/libraries folder.
I no longer get the hobby cannot be found error message. But, is this correct?