From 02c5e339836fa82d9d723c5895610af282c82b87 Mon Sep 17 00:00:00 2001 From: Livox-SDK Date: Sat, 2 Feb 2019 20:44:56 +0800 Subject: [PATCH] [B]Fix bugs in README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 63ded5c..fa58c30 100644 --- a/README.md +++ b/README.md @@ -44,8 +44,7 @@ sudo make install ``` ### 4.1.2 Windows 7/10 #### Dependencies -Livox SDK requires [CMake 3.0.0+](https://cmake.org/), [Apache Portable Runtime (APR) 1.61+](http://apr.apache.org/) and [Boost 1.54+](https://www.boost.org/) as dependencies. -You can choose any C++ compiler to build the Livox SDK API. Here we use [Visual Studio 2015/2017](https://visualstudio.microsoft.com/) as an example, and [vcpkg](https://github.com/Microsoft/vcpkg) is recommend for building our project. The dependency libraries can be installed by: +Livox SDK supports Visual Studio 2015/2017 and requires [CMake 3.0.0+](https://cmake.org/), [Apache Portable Runtime (APR) 1.61+](http://apr.apache.org/) and [Boost 1.54+](https://www.boost.org/) as dependencies. [vcpkg](https://github.com/Microsoft/vcpkg) is recommended for building the dependency libraries as follows: ``` .\vcpkg install apr .\vcpkg install boost-atomic