Skip to content

Commit 2215e94

Browse files
Merge pull request #1455 from lendzeg/patch-1
[doc] Corrected `libusb` package name in installation instructions
2 parents e788c54 + 28a2f1d commit 2215e94

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)