Xapian is an open source search engine library.
This package is known to build and work properly using an LFS-7.7 platform.
Download (HTTP): http://oligarchy.co.uk/xapian/1.2.19/xapian-core-1.2.19.tar.xz
Download MD5 sum: 54ec8333757eb94dbde76d31d185af91
Download size: 3.1 MB
Estimated disk space required: 129 MB (Additional 96 MB for tests)
Estimated build time: 1.4 SBU (Additional 16 SBU for tests, using parallelism=4)
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/xapian
Install Xapian by running the following commands:
./configure --prefix=/usr \ --disable-static \ --docdir=/usr/share/doc/xapian-core-1.2.19 && make
To run the test suite, issue: make check.
Now, as the root
user:
make install
Last updated on 2015-02-20 16:04:13 -0800