Copyright (C) 2010 QMF-facebook team,PetrSU

   This file is free documentation; the QMF-vkontakte team gives
unlimited permission to copy, distribute and modify it.

Libfacebook Installation
==================

   Be sure, that you have all libfacebook's dependences
The simplest way to compile this package is:

  1. 'cd' to the directory containing the package's source code.
  2. './autogen.sh' to make configure files
  3. './configure'
     'make' 
     'make install' - about this part you can read in "QMF-facebook plugin's
     installation" paragraph. 
  Note: you can use './antigen.sh' to clean up libfacebook folder after
        installation.

QMF-facebook plugin's installation
==================

   These are generic installation instructions.

   Don't forget, that QMF-facebook plugin needs installed libfacebook v. 1.6
or later and QMF libraries. Before standart install procedure it needs to make
some specific
actions. Here they are:

  1. Next values are needed to be export:

      PATH=<QMF_INSTALL_ROOT>/bin:$PATH
      LD_LIBRARY_PATH=<QMF_INSTALL_ROOT>lib:$LD_LIBRARY_PATH
      QMF_PLUGINS=<QMF_INSTALL_ROOT>/plugins

     Instead <QMF_INSTALL_ROOT> must be a path to QMF directrory.

  2. 'cd' to the directory containing the package's source code.

  3. 'qmake "QMF_INSTALL_ROOT=<qmf directory path>" vk.pro', where
     "<qmf directory path>" is a path to QMF directrory.
     QMF facebook plugin will be installed to <QMF_INSTALL_ROOT>/plugins.

   All next actions are standart.

  4. Type 'make' to compile the package.

  5. Type 'make install' to install the programs and any data files and
     documentation.

  6. You can remove the program binaries and object files from the
     source code directory by typing `make clean'.  To also remove the
     files that `configure' created (so you can compile the package for
     a different kind of computer), type `make distclean'.  There is
     also a `make maintainer-clean' target, but that is intended mainly
     for the package's developers.  If you use it, you may have to get
     all sorts of other programs in order to regenerate files that came
     with the distribution.
