Skip to content

Commit fd64c5d

Browse files
authored
Update README.md
1 parent 1b74f71 commit fd64c5d

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

README.md

+11-10
Original file line numberDiff line numberDiff line change
@@ -146,16 +146,17 @@ When you report USB issues, please attach relevant debug log from running the pr
146146
* Test OpenNI2 (optional)
147147
148148
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.
149-
* Install and build - Using vcpkg
150-
You can download and install libfreenect2 using the [vcpkg](https://github.com/Microsoft/vcpkg) dependency manager:
151-
```
152-
git clone https://github.com/Microsoft/vcpkg.git
153-
cd vcpkg
154-
./bootstrap-vcpkg.sh
155-
./vcpkg integrate install
156-
vcpkg install libfreenect2
157-
```
158-
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.
149+
150+
### Windows / vcpkg
151+
152+
You can download and install libfreenect2 using the [vcpkg](https://github.com/Microsoft/vcpkg) dependency manager:
153+
```
154+
git clone https://github.com/Microsoft/vcpkg.git
155+
cd vcpkg
156+
./vcpkg integrate install
157+
vcpkg install libfreenect2
158+
```
159+
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.
159160
160161
### MacOS
161162

0 commit comments

Comments
 (0)