We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 041c821 commit ea092e1Copy full SHA for ea092e1
tests/install.sh
@@ -2,11 +2,11 @@
2
3
case $SEARCH_BUILD in
4
SPHINX2)
5
- wget --quiet http://ppa.launchpad.net/builds/sphinxsearch-rel22/ubuntu/dists/`lsb_release -cs`/main/binary-amd64/Packages.gz
6
- gzip -d Packages.gz
7
- SPHINX_DEB=`grep -m1 Filename Packages | cut -f2 -d' '`
8
- wget --quiet -O search.deb http://ppa.launchpad.net/builds/sphinxsearch-rel22/ubuntu/${SPHINX_DEB}
9
- dpkg -x search.deb .
+ wget --quiet http://sphinxsearch.com/files/sphinx-2.2.11-release.tar.gz
+ tar zxvf sphinx-2.2.11-release.tar.gz
+ cd sphinx-2.2.11-release
+ ./configure --prefix=/usr/local/sphinx
+ make && make install
10
;;
11
SPHINX3)
12
wget --quiet http://sphinxsearch.com/files/sphinx-3.0.3-facc3fb-linux-amd64.tar.gz
0 commit comments