2 How to run the desktop client on Visual Studio
Camila Ayres edited this page 2018-07-16 21:20:32 +02:00

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