Skip to content

Building

virtuallynaked edited this page Sep 17, 2017 · 1 revision

Requirements

  • Visual Studio 2017 (the free community edition is fine) with these add-ons:
    • Desktop development with C++
    • .NET desktop development

Building

All of the dependencies are either included with the source or fetched automatically using NuGet, so building is straightforward:

  1. Open the virtually-naked.sln solution in Visual Studio.
  2. Build the solution (Build > Build Solution)
Clone this wiki locally