New build instructions regarding the construction of 0.9.1

This commit is contained in:
tedbullock 2008-10-04 00:31:00 +00:00
parent 297492792b
commit e6a5c2ca16

View File

@ -5,14 +5,25 @@
This release of httperf is using the standard GNU configuration This release of httperf is using the standard GNU configuration
mechanism. The following steps can be used to build it: mechanism. The following steps can be used to build it:
In this example, SRCDIR refers to the httperf source directory. The
last step may have to be executed as "root".
$ mkdir build $ mkdir build
$ cd build $ cd build
$ SRCDIR/configure $ SRCDIR/configure
$ make $ make
$ make install $ make install
In this example, SRCDIR refers to the httperf source directory. The NOTE: If building source code exported from CVS Repository rather than
last step may have to be executed as "root". the official gzipped source tar file, the following commands must be
executed before the preceding ones.
$ cd SRCDIR/
$ autoreconf -i
Since httperf 0.9.1, the the idleconn program is no longer built by
default. Using the configure option --enable-idleconn will instruct
the build system to compile the tool.
To build httperf with debug support turned on, invoke configure with To build httperf with debug support turned on, invoke configure with
option "--enable-debug". option "--enable-debug".