File: building.rst

package info (click to toggle)
iperf3 3.20-2
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 3,152 kB
  • sloc: ansic: 15,094; sh: 5,300; makefile: 243; python: 134
file content (26 lines) | stat: -rw-r--r-- 814 bytes parent folder | download | duplicates (3)
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
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 prerequisites are listed here.

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.