Commit 70b14a2a4fdad7caf7a614d299cb6f6b1c1b3f56

Authored by Phil Elwell
Committed by GitHub
1 parent 726256d9

README: pkg-config is also a dependency

Not all Linux systems have pkg-config installed by default, so include
it in the list of things to install.
Showing 1 changed file with 1 additions and 1 deletions
Readme.md
@@ -24,7 +24,7 @@ Clone this repository on your Pi or other Linux machine. @@ -24,7 +24,7 @@ Clone this repository on your Pi or other Linux machine.
24 Make sure that the system date is set correctly, otherwise Git may produce an error. 24 Make sure that the system date is set correctly, otherwise Git may produce an error.
25 25
26 ``` 26 ```
27 -sudo apt install git libusb-1.0-0-dev 27 +sudo apt install git libusb-1.0-0-dev pkg-config
28 git clone --depth=1 https://github.com/raspberrypi/usbboot 28 git clone --depth=1 https://github.com/raspberrypi/usbboot
29 cd usbboot 29 cd usbboot
30 make 30 make