[B]Fix bugs in README.md
This commit is contained in:
@@ -44,8 +44,7 @@ sudo make install
|
|||||||
```
|
```
|
||||||
### 4.1.2 Windows 7/10
|
### 4.1.2 Windows 7/10
|
||||||
#### Dependencies
|
#### 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.
|
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:
|
||||||
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:
|
|
||||||
```
|
```
|
||||||
.\vcpkg install apr
|
.\vcpkg install apr
|
||||||
.\vcpkg install boost-atomic
|
.\vcpkg install boost-atomic
|
||||||
|
|||||||
Reference in New Issue
Block a user