142
edits
| Line 9: | Line 9: | ||
=== Install Sphinx === | === Install Sphinx === | ||
Download [http://www.sphinxsearch.com/downloads/sphinx-0.9.9-rc2.tar.gz sphinx-0.9.9-rc2] and install it. Do not install any other version than this, unless you can get it to pass the Selenium tests in searchapi.html. | Download [http://www.sphinxsearch.com/downloads/sphinx-0.9.9-rc2.tar.gz sphinx-0.9.9-rc2] and install it. Do not install any other version than this, unless you can get it to pass the Selenium tests in searchapi.html and search2.html. | ||
<code>./configure</code>, <code>make</code> and <code>make install</code> preferably using <code>./configure --prefix=/opt/local</code> (or some other local destination). This document assumes <code>/opt/local</code>. | <code>./configure</code>, <code>make</code> and <code>make install</code> preferably using <code>./configure --prefix=/opt/local</code> (or some other local destination). This document assumes <code>/opt/local</code>. | ||
edits