Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 288 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 288 Bytes

QLogViewer

Features:

Requirements:

  • CMake
  • C++ 17 compatible compiler
  • QT 5.15

Build from source:

git clone https://github.com/GeorgH93/QLogViewer.git
cd QLogViewer
mkdir build && cd build
cmake  -DCMAKE_BUILD_TYPE=Release ..
cmake --build . --config Release