-
Notifications
You must be signed in to change notification settings - Fork 71
/
README
54 lines (34 loc) · 821 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
weighttp - a lightweight and simple webserver benchmarking tool
-----------------------------------------
Please see http://weighttp.lighttpd.net/ for current info.
DEPENDENCIES
============
Requires libev; can be found in your distro's repository or at
http://software.schmorp.de/pkg/libev.html
BUILD (autobuild)
=====
When running from git (should not be necessary when building from tar),
requires automake, autoconf and friends:
$ ./autogen.sh
Then:
$ ./configure
$ make
INSTALL (autobuild)
=======
$ make install
or
$ sudo make install
BUILD (waf)
=====
Make sure you have python installed, then:
$ ./waf configure
$ ./waf build
See ./waf --help for available configure options and other commands available.
INSTALL (waf)
=======
$ ./waf install
or
$ sudo ./waf install
USAGE
=====
$ weighttp -h