

    Prerequisites

* libcurl   7.18.0+  <http://curl.haxx.se/>
* libpcre   7.8.0+   <http://pcre.org/>
* libiconv  1.12.0+  <http://www.gnu.org/software/libiconv/>
* (lib)lua  5.1+     <http://lua.org/>

  [libquvi]------\
       |   \     [libcurl]
   [liblua] \       \
          [libpcre]  \
                     [dragons be here]


    Installation

"./configure && make install", typically. See also "./configure --help".

    --enable-smut       Enable adult website support
    --enable-broken     Enable broken website support
    --disable-quvi      Do not build (and install) quvi tool
    --disable-examples  Do not build example(s)
    --without-man       Do not install the manual page(s)
    --without-doc       Do not install doc/ contents


    C API documentation

"make dox" generates the C API reference documentation from the doxygen
tags. Both, HTML and LaTeX, documentation are generated by default. These
are also made available at: http://quvi.googlecode.com/


    Tests

e.g. "make check", the following environment variables can be used:

  NO_INTERNET         Disable all tests that require internet connection
  TEST_RESTRICTED     Enable website rule tests known for country restrictions
  QUVI_TEST_OPTIONS   Additional options to pass to quvi when the tests are run

Examples:
    QUVI_TEST_OPTIONS="--debug -n" ./make check
    NO_INTERNET=1 ./make distcheck
