From 2dbc6ce2d9ab7f00f3cc9cd21807d7982a838288 Mon Sep 17 00:00:00 2001 From: Vadim Mikhailov Date: Tue, 15 Oct 2024 21:49:00 -0700 Subject: [PATCH] Add recipe for compiling on OpenSUSE Closes #592. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 65cf987..2c80a6a 100644 --- a/README.md +++ b/README.md @@ -168,6 +168,7 @@ First, you need to install library libusb-1.0 (version 1.0.12 or later, 1.0.16 o * Ubuntu: `sudo apt-get install libusb-1.0-0-dev` * Redhat: `sudo yum install libusb1-devel` +* OpenSUSE: `sudo zypper install libusb-1_0-devel` * MacOS: `brew install libusb`, or `sudo port install libusb-devel` * FreeBSD: libusb is included by default * NetBSD: `sudo pkgin install libusb1 gmake pkg-config`