Skip to content
This repository has been archived by the owner on Sep 10, 2019. It is now read-only.

Latest commit

 

History

History
16 lines (13 loc) · 271 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 271 Bytes

iovnet-tools

Set of tools for iovnet developers

Installation

git clone https://github.com/mauriciovasquezbernal/iovnet-tools
cd iovnet-tools
mkdir build
cd build
cmake ..
make
sudo make install

Remember to enable it in iovnet according to documentation.