iperf3-tls/docs/building.rst
Bruce A. Mah 14741dcbb4 First pass at new iperf3 documentation, implemented in reStructuredText.
Building and deploying the documentation requires some infrastructure
that's not part of this tree.
2014-03-31 11:52:23 -07:00

34 lines
1001 B
ReStructuredText

Building iperf3
===============
Building iperf3, as with most tools of this type, is a fairly
straightforward operation. The instructions in this section assume
that the source distribution has already been unpacked.
Prerequisites
-------------
iperf3 requires few (if any) dependencies on common operating
systems. The only known prerequesites are listed here.
* ``libuuid``: ``libuuid`` is not installed by default on Debian /
Ubuntu Linux systems. To install this, use this command before
building iperf3:
``apt-get install uuid-dev``
Building
--------
In many cases, iperf3 can be built and installed as follows:
``./configure && make && make install``
In some cases, configuration might fail. If this happens, it might
help to run ``./bootstrap.sh`` first from the top-level directory.
By default, the ``libiperf`` library is built in both shared and
static forms. Either can be suppressed by using the
``--disabled-shared`` or ``--disable-static`` configure-time options.