Author(s): AGH University

License: unknown

Category: Streaming

Updated:

Installation process:

You need to run cmake from build directory:

PcapLossGenerator/build$ cmake ..

Then from the same directory, you should run:

PcapLossGenerator/build$ make

and to install it globally:

PcapLossGenerator/build$ sudo make install