Skip to content

Instantly share code, notes, and snippets.

@the-teacher
Created October 16, 2015 09:29
Show Gist options
  • Save the-teacher/bfe354c75e6b03daddd5 to your computer and use it in GitHub Desktop.
Save the-teacher/bfe354c75e6b03daddd5 to your computer and use it in GitHub Desktop.
wget http://sphinxsearch.com/files/sphinx-2.1.6-release.tar.gz
tar xvzf sphinx-2.1.6-release.tar.gz
cd sphinx-2.1.6-release
./configure
checkinstall
which searchd
/usr/local/bin/searchd
apt-get install libjpeg-dev libpng-dev libtiff-dev libgif-dev
wget https://webp.googlecode.com/files/libwebp-0.4.0.tar.gz
tar xvzf libwebp-0.4.0.tar.gz
cd libwebp-0.4.0/
./configure
checkinstall
wget http://www.imagemagick.org/download/ImageMagick.tar.gz
tar xvzf ImageMagick.tar.gz
cd ImageMagick-6.8.8-8
./configure
checkinstall
which convert
/usr/local/bin/convert
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment