Last active
October 4, 2015 05:28
-
-
Save mustafaturan/2585755 to your computer and use it in GitHub Desktop.
latest sphinx setup
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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