Skip to content

Instantly share code, notes, and snippets.

@asyncee
Created July 7, 2013 09:37
Show Gist options
  • Save asyncee/5942936 to your computer and use it in GitHub Desktop.
Save asyncee/5942936 to your computer and use it in GitHub Desktop.
Install xapian
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