libuuid is not needed by iperf3 in any way.

This commit is contained in:
Bruce A. Mah 2014-04-10 15:07:49 -07:00
parent d70a0bb238
commit 6b363d2990
No known key found for this signature in database
GPG Key ID: 4984910A8CAAEE8A
2 changed files with 3 additions and 9 deletions

View File

@ -43,8 +43,8 @@ Building iperf3
---------------
### Prerequisites: ###
* libuuid: this is not installed by default for Debian/Ubuntu Systems
to install: `apt-get install uuid-dev`
None.
### Building ###

View File

@ -9,13 +9,7 @@ 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``
systems. The only known prerequisites are listed here.
Building
--------