From 95de849c4a1ba57d8fb4ebc8386c993f59930453 Mon Sep 17 00:00:00 2001 From: Lotte Steenbrink Date: Tue, 16 Jun 2020 16:33:32 +0200 Subject: [PATCH] drive-by: note libusb and libudev-dev deps --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 44f1468..8ec2144 100644 --- a/README.md +++ b/README.md @@ -199,7 +199,15 @@ $ nrfutil version nrfutil version 6.1.0 ``` -### USB permissions (Linux only) +### USB (Linux only) + +Some of our tools depend on `pkg-config` and `libudev.pc`. Ensure you have the proper packages installed; on Debian based distributions you can use: + +``` console +$ sudo apt-get install libudev-dev libusb-1.0-0-dev +``` + +To access the USB devices as a non-root user, follow these steps: 1. (Optional) Connect the dongle and check its permissions with these commands: