Blankman
Blankman

Reputation: 267140

how to install memcache on macbook?

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

Answers (2)

Ryan Castillo
Ryan Castillo

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

Chris Cherry
Chris Cherry

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

Related Questions