Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 868 Bytes

setup.md

File metadata and controls

9 lines (7 loc) · 868 Bytes

Development Setup

This page describes how to setup Vitruvio for development. This requires setting up Visual Studio for Unreal Engine and Git.

  1. Checkout the code via git clone https://github.com/Esri/vitruvio.git
  2. For convenience the repository contains a project called VitruvioHost with the actual Vitruvio Plugin in the Plugins folder
  3. Navigate to the VitruvioHost folder in your checked out repository
  4. Right click the VitruvioHost.uproject file and run Generate Visual Studio project files. This will download the PRT library and setup the project. Note this might take a while
  5. After the project files have been generated the project can be opened and compiled