Skip to content
This repository was archived by the owner on Mar 29, 2021. It is now read-only.

Xapian install on Mac OSX

lizconlan edited this page Sep 12, 2010 · 5 revisions

Updated to 1.1.4 which should work on Mac OS 10.4 and up

curl -O http://oligarchy.co.uk/xapian/1.1.4/xapian-core-1.1.4.tar.gz

curl -O http://oligarchy.co.uk/xapian/1.1.4/xapian-bindings-1.1.4.tar.gz

tar xvzf xapian-core-1.1.4.tar.gz

tar xvzf xapian-bindings-1.1.4.tar.gz

cd xapian-core-1.1.4

./configure

make

sudo make install

cd ..

cd xapian-bindings-1.1.4

./configure

make

sudo make install

cd ..

rm xapian-core-1.1.4.tar.gz

rm xapian-bindings-1.1.4.tar.gz
Clone this wiki locally