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. Or if you are using an existing folder make sure there is no folder named Vts within that folder (This is the name it will use for the Vts repository).
  • 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 <clone_root>/Vts/src/Vts.sln
  • It is possible to build the solution and run the GUI without Visual Studio
  • For intructions on building the software in Visual Studio go to Compile and run the VTS