   First you need to install the software-packages, which AnyMeal is depending
on (it may work with other software-versions as well). For an up-to-date list,
have a look at `http://www.wedesoft.demon.co.uk/anymeal-api/install.html'.

    * KDE-3.2
    * Norman Walsh's docbook-scripts version 1.64 or later.
    * MySQL version 4.0 or 4.1.
    * boost-library.
    * Xerces-C 2.6 or later and
    * corresponding version of Xalan-C (1.9 or later).

  It's always the best option to install this packages from the same DVD/CD-
distribution, which you used for installing your GNU/Linux-system. If you are
installing from Internet, you may find compiled packages using the rpm/deb-
search-engine at http://www.rpmseek.com/.

   Download a source-archive (source-archives are only released for x.x
versions!).The file name may f.e. be AnyMeal-0.7.tar.gz. Unpack the sources and
enter the main-directory:

$ # Unpack the whole lot and enter the directory.
$ tar xjf anymeal-*.tar.bz2
$ cd anymeal-*
$ # Configure the build.
$ ./configure
$ # Perform the build.
$ make
$ # Log in as superuser and install it.
$ su -c "make install"

   Please have a look at the Frequently asked questions before compiling the
program:
http://www.wedesoft.demon.co.uk/anymeal-api/faqpage.html

You can find recent installation documentation at:
http://www.wedesoft.demon.co.uk/anymeal-api/install.html

