Skip to content

Commit 9159a41

Browse files
committed
Update README.md
1 parent 4ba9bd5 commit 9159a41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Messages in `dmesg` like this means bugs in the USB driver. Updating kernel migh
4747
[ 509.238580] xhci_hcd 0000:03:00.0: Assuming host is dying, halting host.
4848
```
4949

50-
Finally, it's also possible that your executable is not actually using the patched libusb from the `depends/` folder which is required at the moment. Check this using `ldd | grep libusb` (shows `libusb-1.0` under `depends/`), and adjust your `LD_LIBRARY_PATH` if necessary.
50+
Finally, it's also possible that your executable is not actually using the patched libusb from the `depends/` folder which is required at the moment. Check this using `ldd ./Protonect | grep libusb` (shows `libusb-1.0` under `depends/`), and adjust your `LD_LIBRARY_PATH` if necessary.
5151

5252
### I'm seeing the color camera stream, but no depth/IR (black windows).
5353

0 commit comments

Comments
 (0)