Правила сборки для ЗОСРВ "Нейтрино" редакции 2020 (README.md fix)

This commit is contained in:
parent a107bcf342
commit 5fc45ca8cf

View File

@ -1,3 +1,24 @@
Сборка проекта в ЗОСРВ "Нейтрино" редакции 2020
===============================================
Для всех архитектур
-------------------
```
make -j16 install
```
Только для x86
--------------
```
CPULIST=x86 make -j16 install
```
iperf3: A TCP, UDP, and SCTP network bandwidth measurement tool
================================================================