Skip to content

Latest commit

 

History

History
50 lines (36 loc) · 1.1 KB

README.md

File metadata and controls

50 lines (36 loc) · 1.1 KB

dimapp

MSVC 2022 Test Coverage
Build Status Coverage

Windows server application framework

Working on the dimapp project

Prerequisites

  • CMake >= 3.6
  • Visual Studio 2022

Configure

[source, shell session]

git clone https://github.com/gknowles/dimapp.git
cd dimapp
git submodule update --init
configure.bat

Build

Build from command line:

msbuild /p:Configuration=Release /m /v:m build\dimapp.sln

Or in Visual Studio:

devenv build\dimapp.sln

Binaries are placed in dimapp/bin, and can be run from there for simple testing.