

    Prerequisites

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

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


    Installation

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

    --enable-tests      Enable tests (e.g. "make check")
    --enable-nsfw       Enable support for NSFW websites
    --enable-broken     Enable support for broken websites
    --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.sourceforge.net/>


    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     # See --enable-tests
