Skip to content

Instantly share code, notes, and snippets.

View cspeer's full-sized avatar

Chris cspeer

  • Berlin, Germany
  • 12:51 (UTC +02:00)
View GitHub Profile
@cspeer
cspeer / instructions.md
Created December 2, 2012 17:44 — forked from terenceponce/instructions.md
Setting up Thinking-Sphinx on Mac OS X using Homebrew

Out of the box, Homebrew does a default installation on Sphinx:

$ brew install sphinx

However, if you're using MySQL, the thinking-sphinx gem won't work because it needs to use MySQL libraries.

If you managed to screw up the first time, uninstall sphinx first:

$ brew remove sphinx