Skip to content

How to run the desktop client on Visual Studio

Camila Ayres edited this page Jul 16, 2018 · 2 revisions

Step by step instructions for Visual Studio Community 2017 15.7.5

  • Click with the right button on the desktop folder and pick to open on Visual Studio:

Open cmake project on Visual Studio

Open CMakeSettings.json

  • Edit with the correct options - change the generator and disable Shibboleth:

Edit CMakeSettings.json

  • Pick the configuration you want to run:

Pick Debug or Release

  • Build it:

Build Debug or Release

  • Run the selected configuration:

Run Debug or Release