Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 1.56 KB

HOWTO_RUN.md

File metadata and controls

17 lines (15 loc) · 1.56 KB

How to Run Example Codes with Microsoft Visual Studio

Preparation

Running Examples

  1. Unzip example codes and binaries at your_folder
  • OpenCV and Ceres Solver will be located at your_folder\EXTERNAL folder. Please ignore duplicated LICENSE files.
  1. Run your Visual Studio and open the solution file, your_folder\msvs\3dv_tutorial.sln
  • Or simply double-click your_folder\msvs\3dv_tutorial.sln file (if it is associated with MSVS)
  1. Build the example codes in the solution (Menu > Build > Build Solution)
  • Their executable files will be located at your_folder\bin folder.
  1. Enjoy the examples