From fd64c5d9b214df6f6a55b4419357e51083f15d93 Mon Sep 17 00:00:00 2001 From: Lingzhu Xiang Date: Sun, 1 Mar 2020 19:58:13 +0800 Subject: [PATCH] Update README.md --- README.md | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 02de2ed7..3bde4ceb 100644 --- a/README.md +++ b/README.md @@ -146,16 +146,17 @@ When you report USB issues, please attach relevant debug log from running the pr * Test OpenNI2 (optional) Copy freenect2-openni2.dll, and other dll files (libusb-1.0.dll, glfw.dll, etc.) in `install\bin` to `C:\Program Files\OpenNI2\Tools\OpenNI2\Drivers`. Then run `C:\Program Files\OpenNI\Tools\NiViewer.exe`. Environment variable `LIBFREENECT2_PIPELINE` can be set to `cl`, `cuda`, etc to specify the pipeline. -* Install and build - Using vcpkg - You can download and install libfreenect2 using the [vcpkg](https://github.com/Microsoft/vcpkg) dependency manager: - ``` - git clone https://github.com/Microsoft/vcpkg.git - cd vcpkg - ./bootstrap-vcpkg.sh - ./vcpkg integrate install - vcpkg install libfreenect2 - ``` - The libfreenect2 port in vcpkg is kept up to date by Microsoft team members and community contributors. If the version is out of date, please [create an issue or pull request](https://github.com/Microsoft/vcpkg) on the vcpkg repository. + +### Windows / vcpkg + +You can download and install libfreenect2 using the [vcpkg](https://github.com/Microsoft/vcpkg) dependency manager: +``` +git clone https://github.com/Microsoft/vcpkg.git +cd vcpkg +./vcpkg integrate install +vcpkg install libfreenect2 +``` +The libfreenect2 port in vcpkg is kept up to date by Microsoft team members and community contributors. If the version is out of date, please [create an issue or pull request](https://github.com/Microsoft/vcpkg) on the vcpkg repository. ### MacOS