1
1

libuuid is not needed by iperf3 in any way.

Этот коммит содержится в:
Bruce A. Mah 2014-04-10 15:07:49 -07:00
родитель d70a0bb238
Коммит 6b363d2990
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4984910A8CAAEE8A
2 изменённых файлов: 3 добавлений и 9 удалений

Просмотреть файл

@ -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 ###

Просмотреть файл

@ -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
--------