forked from xapian/xapian
-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
20 lines (16 loc) · 907 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Welcome to the Xapian repository!
=================================
Xapian is split into several modules, which are held in sub-directories of
the directory containing this file. The core code and documentation is in
the xapian-core module.
If you're new to hacking on Xapian, you should probably start by reading the
xapian-core/HACKING file. If you're new to Xapian entirely, you should
probably read the xapian-core/README file, or you can find further information
on our website at http://xapian.org/
See the section "Building from git" in xapian-core/HACKING for details
on getting started.
Experimental: we have support for building an Ubuntu VM using Vagrant
and VirtualBox. `vagrant up` will start the process, although it can
currently take a long time to download and install all the relevant
packages. See "Using a Vagrant-driven Ubuntu virtual machine" in
xapian-core/HACKING for details.