File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments