Added const files to MANIFEST.
[LibTracker-Client-Perl.git] / README
blob54ea6de9786cffac1c5905fcde5816757f1a151f
1 LibTracker::Client version 0.01
2 ===============================
4 Tracker is a tool designed to extract information and metadata about your
5 personal data so that it can be searched easily and quickly.
7 By using Tracker, you no longer have to remember where you've left your
8 files. To locate a file you only need to remember something about it, such
9 as a word in the document or the artist of the song. This is because as well
10 as searching for files in the traditional way, by name and location, Tracker
11 searches files' contents and metadata.
13 Tracker is available from http://www.gnome.org/projects/tracker/
15 libtrackerclient is the Tracker client library. This module implements the
16 Perl interface to libtrackerclient.
18 INSTALLATION
20 To install this module type the following:
22    perl Makefile.PL
23    make
24    make test
25    make install
27 For the 'make test' step however, see README.testing
29 DEPENDENCIES
31 This module requires these other modules and libraries:
33   libtrackerclient
34   glib
35   dbus-glib
37 COPYRIGHT AND LICENCE
39 Copyright (C) 2008 by Devendra Gera
41 This library is free software; you can redistribute it and/or modify
42 it under the same terms as Perl itself, either Perl version 5.8.8 or,
43 at your option, any later version of Perl 5 you may have available.