• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

binaries/H03-May-2022-

MakefileH A D23-Jul-20041.5 KiB6833

READMEH A D04-Apr-20041.2 KiB3522

gwee.1H A D30-May-20047.9 KiB215210

gwee.cH A D03-May-2022101.8 KiB3,0512,344

mktarball.shH A D12-Jul-2004458 1812

README

1/******************************************************************************
2
3
4
5           ,adPPYb,d8  8b      db      d8   ,adPPYba,   ,adPPYba,
6          a8"    `Y88  `8b    d88b    d8'  a8P_____88  a8P_____88
7          8b       88   `8b  d8'`8b  d8'   8PP"""""""  8PP"""""""
8          "8a,   ,d88    `8bd8'  `8bd8'    "8b,   ,aa  "8b,   ,aa
9           `"YbbdP"Y8      YP      YP       `"Ybbd8"'   `"Ybbd8"'
10           aa,    ,88
11            "Y8bbdP"
12
13                  (g)eneric (w)eb (e)xploitation (e)ngine
14                     Copyright (C) 2004 Michel Blomgren
15
16
17
18******************************************************************************/
19
20INSTALLATION
21
22    1) Type: make
23       If you need to correct compilation options, take a look at the
24       Makefile. If you want to compile without https support (e.g. if you
25       don't have OpenSSL), remove the -DWITH_SSL flag, -lssl and -lcrypto
26       from within the Makefile.
27
28    2) Type: make install
29       The binary will be installed under /usr/local/bin/ and the manpage
30       under /usr/local/man/man1/. If you want to install those files under
31       /usr/bin/ and /usr/man/man1/ instead, type: make PREFIX=/usr install
32
33Please read the gwee(1) manpage for more information.
34
35