Skip to content

Instantly share code, notes, and snippets.

@mustafaturan
Last active October 4, 2015 05:28
Show Gist options
  • Save mustafaturan/2585755 to your computer and use it in GitHub Desktop.
Save mustafaturan/2585755 to your computer and use it in GitHub Desktop.
latest sphinx setup
#!/usr/bin/env bash
version="2.0.9-release"
cd /usr/local/src
wget http://sphinxsearch.com/files/sphinx-$version.tar.gz
tar zxvf sphinx-$version.tar.gz
cd sphinx-$version
./configure
make -j4
make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment