Topics

Classes

Build Layers

These are the steps to build Layers from source-code with Microsoft Visual Studio (MSVC) on Windows.

1. Install Microsoft Visual Studio (2019 or higher)
  • Be sure to select Desktop development with C++ from Workloads
2. Build Layers
  • Clone the project from the GitHub repository:
    • https://github.com/TheLayersProject/Layers.git
  • Open the solution file Layers.sln
  • From the menu bar, select Build > Build Solution