From 51f74b929ba5f4467896f4f3b70a774e853b209f Mon Sep 17 00:00:00 2001 From: Grant Edwards Date: Thu, 13 Oct 2022 18:55:37 -0500 Subject: [PATCH 1/2] Update README --- README | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README b/README index 8973790..7e4e02e 100644 --- a/README +++ b/README @@ -32,10 +32,16 @@ Compiling from source --------------------- Ensure that you have the necessary packages to compile programs that use -libusb (on Debian or Ubuntu systems, you might need to do apt-get -install libusb-dev | on Arch systems, you might need to do sudo -pacman -S libusb-compact). After that, unpack and compile the source code -with: +libusb. Note that mspdebug depends on the libusb 0.1 API. If your distro +provides libusb 1.0 instead of 0.1, you can probably use libusb-compat +to provide backwards compatible usb.h and libusb.so files. + +On Debian or Ubuntu systems, you might need to do `apt-get install +libusb-dev` | on Arch systems, you might need to do `sudo pacman -S +libusb-compat` | on Gentoo systems, you might need to do +`sudo emerge libusb-compat`. + +After that, unpack and compile the source code with: tar xvfz mspdebug-version.tar.gz cd mspdebug-version From 7307314ea00a4e2df4ec673532e6fb115d7a161a Mon Sep 17 00:00:00 2001 From: Grant Edwards Date: Thu, 13 Oct 2022 18:58:00 -0500 Subject: [PATCH 2/2] Update README --- README | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README b/README index 7e4e02e..d6474b0 100644 --- a/README +++ b/README @@ -36,10 +36,10 @@ libusb. Note that mspdebug depends on the libusb 0.1 API. If your distro provides libusb 1.0 instead of 0.1, you can probably use libusb-compat to provide backwards compatible usb.h and libusb.so files. -On Debian or Ubuntu systems, you might need to do `apt-get install -libusb-dev` | on Arch systems, you might need to do `sudo pacman -S -libusb-compat` | on Gentoo systems, you might need to do -`sudo emerge libusb-compat`. +On Debian or Ubuntu systems, you might need to do apt-get install +libusb-dev | on Arch systems, you might need to do sudo pacman -S +libusb-compat | on Gentoo systems, you might need to do sudo emerge +libusb-compat. After that, unpack and compile the source code with: