diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | 460c52653ab0dcca6f19a4f492ed2c5e4e963ab0 (patch) | |
tree | 67208f7c145782a7e90b123b982ca78d88cc2c87 /indexlib/README | |
download | tdepim-460c52653ab0dcca6f19a4f492ed2c5e4e963ab0.tar.gz tdepim-460c52653ab0dcca6f19a4f492ed2c5e4e963ab0.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'indexlib/README')
-rw-r--r-- | indexlib/README | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/indexlib/README b/indexlib/README new file mode 100644 index 000000000..04b189dc2 --- /dev/null +++ b/indexlib/README @@ -0,0 +1,26 @@ +WHAT'S THIS? + +This is indexlib, an indexing library. + +HOW TO USE INDEXLIB + +The most important files are index.h and create.h which are the programmer's interface (API). + +HOW TO START HACKING INDEXLIB INTERNALS + +1. Understand the basics about how everything is really kept on disk and the file formats. + Reading the docs in the docs/ directory should be good enough. + +2. Email me (luis@luispedro.org) if you have any doubts. + +HOW TO DEBUG + +1. Get boost (http://www.boost.org/) and install it. There are packages for most linux distros. + +2. Enable debugging output (Recompile with boost, define DEBUG). + +3. Run the test suite (compile test.cpp and link with indexlib and boost_unit_test). + +4. If the unit tests are all OK, but you still think the code is broken, try to write a test case which catches it. + + |