Created
July 7, 2013 09:37
-
-
Save asyncee/5942936 to your computer and use it in GitHub Desktop.
Install xapian
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
wget http://oligarchy.co.uk/xapian/1.2.10/xapian-core-1.2.10.tar.gz | |
tar zxf xapian-core-1.2.10.tar.gz | |
cd xapian-core-1.2.10 | |
./configure | |
make -j14 | |
make install | |
cd .. | |
wget http://oligarchy.co.uk/xapian/1.2.10/xapian-bindings-1.2.10.tar.gz | |
tar zxf xapian-bindings-1.2.10.tar.gz | |
cd xapian-bindings-1.2.10 | |
./configure | |
make -j14 | |
make install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment