Skip to content

IIHS-HLDI/visibility_study_v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Visibility Tool

Getting Started

Setup Instructions for Visual Studio 2022

Prior to building the app, install Visual Studio 2022 with the "Desktop development with C++" component.

Once Visual Studio is installed, clone the git repository using the following command.

git clone git@ssh.dev.azure.com:v3/iihs/VRC-Research/Visibility_Tool_V2

Open the repository folder in Visual Studio. Visual Studio should automatically detect the CMakeLists.txt configuration file and begin configuring build targets. This can take several seconds. The output window should display "CMake generation finished." once the configuration is complete.

After the CMake configuration is done, the VisibilityTool.exe target may automatically be selected. If not, change to the "CMake Targets" view in the Solution Explorer window and manually set VisibilityTool.exe to the VisibilityTool target.

To build the application, use Build>Build VisibilityTool.exe (CTRL+B). Alternatively, use the play button in the Visual Studio top bar to build and run. Building the app will generate a VisibilityTool.exe executable file, which can be shared as-is.

Licensing

This software is licensed under the terms of the Apache License, version 2.0.

This software was built with appreciation using the following open source projects, without modification to their original source code:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages