Skip to content

Commit 28a2f1d

Browse files
author
Nelson Rodriguez
authored
correct libusb package name in installation instructions
The installation instructions referenced 'libusb-1.0', but the correct package name is 'libusb-1.0-0'. In addition, the rpm package was added into the single-line commad that install all the required packages. .
1 parent e788c54 commit 28a2f1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/compiling.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,12 +92,12 @@ Install the following packages from your package repository:
9292
- `build-essential` (on Debian based distros (Debian, Ubuntu))
9393
- `cmake`
9494
- `rpm` (on Debian based distros (Debian, Ubuntu), needed for package build with `make package`)
95-
- `libusb-1.0`
95+
- `libusb-1.0-0`
9696
- `libusb-1.0-0-dev` (development headers for building)
9797
- `libgtk-3-dev` (_optional_, needed for `stlink-gui`)
9898
- `pandoc` (_optional_, needed for generating manpages from markdown)
9999

100-
or execute (Debian-based systems only): `apt-get install gcc build-essential cmake libusb-1.0 libusb-1.0-0-dev libgtk-3-dev pandoc`
100+
or execute (Debian-based systems only): `apt-get install gcc build-essential cmake rpm libusb-1.0-0 libusb-1.0-0-dev libgtk-3-dev pandoc`
101101

102102
(Replace gcc with the intended C-compiler if necessary or leave out any optional package not needed.)
103103

0 commit comments

Comments
 (0)