Skip to content

Instantly share code, notes, and snippets.

@simonw
Created September 5, 2009 23:43
Show Gist options
  • Save simonw/181563 to your computer and use it in GitHub Desktop.
Save simonw/181563 to your computer and use it in GitHub Desktop.
svn co svn://svn.xapian.org/xapian/branches/geospatial xapian-geo
sudo apt-get install build-essential m4 perl python zlib1g-dev uuid-dev wget
sudo apt-get install libpcre3-dev
sudo apt-get install flex bison
cd xapian-geo/
./bootstrap
./configure --enable-maintainer-mode --enable-documentation=no --with-python
make
sudo make install
cd /usr/lib
sudo ln -s /usr/local/lib/libxapian-1.1.so.2 libxapian-1.1.so.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment