You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 29, 2021. It is now read-only.
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