Introduction
============
meta-treedb is designed to eliminate the multiple includes that typify programs
based on treedb by providing common interfaces regardless of the tree
implementation, preventing code bloat and allowing other imlementations to be
used when available.
1-comet
-------
This pathfinder contains v3c-meta-comet, the meta-treedb version of treedb's
v3c-comet. It seems a bit faster as it uses a slightly smarter approach.
Also included are the meta-treedb versions of the C++ treedb tests.
I didn't write "C" versions as the C++ ones took less time.
Directory layout
================
treedb (you are here)
|- build (everything created goes here, as far as the tools will allow)
| \- v3c
| |- 1-comet
| \- docs
\- v3c (the source)
|- 1-comet
\- docs
The reason for the "v3c" subdirctory is so test programs can
#include <v3c/something>
just like client programs.
This works as
-isystem \$(srcdir)
is added to CPPFLAGS by configure.ac.in.
Requirements
============
This is a sub-project of treedb so you'll need that and all that it requires.
Debian/Ubuntu packages
======================
If you run
make debian
the build system will compile and distcheck meta-treedb before creating a
.tar.gz tar ball.
This tar ball is then used by the build system to build the debian packages.
You will need a gpg public/private key pair if you want to sign these packages -
more info can be found in the "maint-guide" debian package.
doxygen
=======
Meta-treedb uses v3c's doxygen "documentation chain" so that other projects can
layer their doxygen documentation on top easily.
Then to install the documentation
make <flags> doxygen-doc && sudo make install-doxygen-doc
Using meta-treedb
=================
The default install location determined by configure is "/usr".
You can specify your own (eg. ~/test) by
make prefix=~/test check
Feedback
========
All feedback should be through this projects support web page
http://sourceforge.net/projects/meta-treedb/support.
I've added a help, open discussion and a mantis bug tracker there.
Finally, do send me an email to let me know what your thoughts are on
meta-treedb!