Skip to content

Commit

Permalink
Update Readme.md to add pkg-config to linux apt
Browse files Browse the repository at this point in the history
Under Debian 9 (stretch) pkg-config is needed for the build. Added to the apt-get install line.
  • Loading branch information
chaoticbear authored and nxpfrankli committed Dec 31, 2018
1 parent 5d3cf12 commit bd34c47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -59,7 +59,7 @@ The prebuilt image and document are here:
## Linux
- git clone https://github.com/NXPmicro/mfgtools.git
- cd mfgtools
- sudo apt-get install libusb-1.0.0-dev libzip-dev libbz2-dev
- sudo apt-get install libusb-1.0.0-dev libzip-dev libbz2-dev pkg-config
- cmake .
- make

Expand Down

0 comments on commit bd34c47

Please sign in to comment.