Skip to content

ivorob/LogReader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generate project files

Use the following scenario to generate project files:

  1. Run VC++ command prompt
  2. Invoke the following command to generate project files cmake -G "Visual Studio 14 2015" path\to\logreader

Build project

To build the project you can do the folloing:

  1. Invoke the following command: msbuild LogReader.sln /property:Platform="Win32"
  2. Or use VC++ IDE

Executable

"build" directory contains executable files for x86/x64 architectures

About

Reader for logs with filters

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published