/******************************************************************************



           ,adPPYb,d8  8b      db      d8   ,adPPYba,   ,adPPYba,
          a8"    `Y88  `8b    d88b    d8'  a8P_____88  a8P_____88
          8b       88   `8b  d8'`8b  d8'   8PP"""""""  8PP"""""""
          "8a,   ,d88    `8bd8'  `8bd8'    "8b,   ,aa  "8b,   ,aa
           `"YbbdP"Y8      YP      YP       `"Ybbd8"'   `"Ybbd8"'
           aa,    ,88
            "Y8bbdP"

                  (g)eneric (w)eb (e)xploitation (e)ngine
                     Copyright (C) 2004 Michel Blomgren



******************************************************************************/

INSTALLATION

    1) Type: make
       If you need to correct compilation options, take a look at the
       Makefile. If you want to compile without https support (e.g. if you
       don't have OpenSSL), remove the -DWITH_SSL flag, -lssl and -lcrypto
       from within the Makefile.

    2) Type: make install
       The binary will be installed under /usr/local/bin/ and the manpage
       under /usr/local/man/man1/. If you want to install those files under
       /usr/bin/ and /usr/man/man1/ instead, type: make PREFIX=/usr install

Please read the gwee(1) manpage for more information.

