Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 901 Bytes

how_to_gerenrate_vs_project_by_cmake.md

File metadata and controls

17 lines (9 loc) · 901 Bytes

Introduction

The Visual Studio version recommended by YDLidar-SDK to use is Visual Studio 2017. This document decribes steps to run YDLidar-SDK on Visual Studio 2017.

The YDLidar-SDK version used in this document is the lastest release version which is 1.0.0. And this document focuses on How to Install Software, and conforms to the steps and rules provided by YDLidar-SDK.

Download YDLidar-SDK

please refer to YDLidar-SDK Software Installation,download YDLidar-SDK version 1.0.0 source code onto the computer.

Install CMake

Please follow the official guide to install the cmake.

Build and Run YDLIDAR SDK

Please refer to How to build and release.