I want to install latest stable version of Sphinx (sphinxsearch.com) on Mac OS X Lion. What is a right way to do that?
Asked
Active
Viewed 1.5k times
4 Answers
7
I just checked and it's on brew, so you can just run if you have HomeBrew:
brew install sphinx
.

Logan Bailey
- 7,039
- 7
- 36
- 44
-
1I did "brew install sphinx" but when I try something like "make html" then it says the sphinx-build command was not found and that the SPHINXBUILD environment variable must point to the full path of the sphinx-build executable. Where is that? – Rubicksman Jul 28 '15 at 00:39
6
Here is short guide, http://pat.github.com/ts/en/installing_sphinx.html its regarding thinking_sphinx, ruby gem for workign with rails, but it covers also installing sphinx server.

Chris Baclig
- 543
- 3
- 9

Johny
- 1,441
- 10
- 26
3
What wasn't obvious from those instructions was that the main executables would be found in /usr/local/bin/searchd and /usr/local/bin/indexer... I was a bit puzzled after install when I couldn't find anything sphinx in /usr/local/bin.

James Boutcher
- 2,593
- 1
- 25
- 37
1
You can try the easy Install.
-Open your terminal. -Execute the following command: sudo easy_install sphinx
Then it works.

luluValley
- 21
- 2