Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 1.35 KB

VS.md

File metadata and controls

25 lines (13 loc) · 1.35 KB

Developing with Visual Studio

Software Package Installation

Install the required packages in the order below. The Intel compiler requires Visual Studio to be installed first. Include the two workloads (C++ and Python) to add needed support for cmake and testing. The Intel package will install the ifort (soon to be deprecated) and ifx compiler. Although Visual Studio bundles Git, a separate install is needed to support version tagging during the cmake build.

Starting Visual Studio

  • Open a Windows terminal by pressing Windows+r and run cmd

  • In the terminal run the script C:\"Program Files (x86)"\Intel\oneAPI\setvars.bat

  • In the same (!) terminal run the command devenv. This will start Visual Studio with the proper compiler settings.

Cloning the SWAT+ repository from GitHub

Clone the SWAT+ repository from GitHub ...