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.
./qlogging <NODE_IP> <NODE_PORT> [PASSCODES] [START_TICK]