1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61
|
GIFT 0.1.11 README
Wolfgang Mueller
2004-06-11
IF YOU'RE ALLREADY RUNNING AN INSTALLATION OF A PREVIOUS
VERSION OF THE GIFT, PLEASE DO READ THE "NEWS" FILE.
The GIFT is a content based image retrieval system.
That is, it enables the user to retrieve images from a collection
without attaching text-based annotation to each image.
For a no-problem-few-questions interactive installation (the method
tested best) that does not use CPAN get gift-prerequisites-0.11.tar.gz
and install that. Then type:
% ./configure --enable-multithreading
% make
% make install
For a few-questions interactive installation that
uses CPAN type (a bit more risky than the previous approach
not due to CPAN, but more difficult to test).
% ./configure --enable-interactive --enable-multithreading
% make
% make install
If you ask yourself questions, read :
README this file. The executive summary for the impatient.
NEWS differences to the last few releases, mostly
concerning prerequisites
INSTALL How to install this program (or ANY GNU PROGRAM,
that is).
AUTHORS Contains author and contact info
Doc/gift-guide.txt for more information about how to install the
GIFT and the prerequisites, and how to get going.
Doc/configuring-and-hacking-the-gift.txt
for information about how to add your own plugins
to the GIFT, and how to configure the GIFT by hand.
More documentation can be obtained by installing
doxygen
before configure-ing and make-ing the GIFT. You will find this doc
in Doc/autoDoc/HTML.
MAILINGLISTS:
bug-gift@gnu.org subscribe using http://mail.gnu.org
help-gift@gnu.org subscribe using http://mail.gnu.org
MOST FREQUENT ERROR:
PLEASE do a make clean before each run of ./configure .
|