
  Dependencies:

    libcurl: http://curl.haxx.se
    http://curl.haxx.se/download/curl-7.15.1.tar.bz2

    libxml: http://xmlsoft.org/downloads.html

  Compiling

    ./bootstrap
    ./configure --prefix=/usr \
                --with-curl-tree=/somewhere/curl
    make

