Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 320 Bytes

File metadata and controls

15 lines (11 loc) · 320 Bytes

BUILD

On Linux, make sure cmake and make commands are installed and then run:

mkdir build;
cd build;
cmake ../;
make;

On Windows, use the CMake GUI to create a Visual Studio project and then build the executable in Visual Studio.

USAGE

./qlogging <NODE_IP> <NODE_PORT> [PASSCODES] [START_TICK]