【环境配置】Globally Consistent Normal Orientation for Point Clouds by Regularizing the Winding-Number Fie

文章目录

  • 一、简介
  • 二、环境要求
  • 三、配置过程

一、简介

代码地址

二、环境要求

  • Windows 10 22H2(内部版本号 19045.2006) 注意版本不对的话,vs2022可能会出问题
  • VS 2012 Profession

三、配置过程

  1. 安装vcpkg
$ git clone https://github.com/microsoft/vcpkg
$ .\vcpkg\bootstrap-vcpkg.bat
  1. 安装库
$ .\vcpkg install boost:x64-windows
$ .\vcpkg install cgal:x64-windows
$ .\vcpkg install Eigen3:x64-windows
$ .\vcpkg integrate install
  1. 加入环境目录
    将目录root_of_vcpkg/installed/x64-windows/bin加入到环境目录path中

你可能感兴趣的:(环境部署,环境配置)