Reputation: 267140
What's the latest way to install memcache on snow leapord.
I found some tutorials on google but they are old, curious of the latest way to do it?
Upvotes: 1
Views: 1604
Reputation: 1125
Another possible option is to use macports: http://www.macports.org/
I've never used homebrew but I hear it is quite a bit easier to set up and faster to use than macports.
Upvotes: 1
Reputation: 28574
My favorite method for installing those kinds of products on OSX is: https://github.com/mxcl/homebrew
Once that is setup, its just: brew install memcached
Upvotes: 12