Skip to content

Getting Started in Windows

Lisa Malenfant edited this page Apr 26, 2017 · 27 revisions

Prerequisites

Additional Resources

Proud to use:
ReSharper

Getting the Source Code

Clone the source code from GitHub:

  • Create a new folder on your machine.
  • Right-click on the folder and select Git Bash Here

GitBash

  • Type git clone https://github.com/VirtualPhotonics/VTS.git

GitBash

  • Once the files are cloned, open the solution file in Visual Studio <vts_root>/src/Vts.sln
  • It is possible to build the solution and run the GUI without Visual Studio
  • For intructions on running the GUI interface go to Compile and run the VTS