Skip to content

Commit

Permalink
Merge pull request bitcoin-core#105 from smizzlov/add-missing-pkg-con…
Browse files Browse the repository at this point in the history
…fig-dependency

Add pkg-config to the Ubuntu dependencies
  • Loading branch information
kallewoof authored Feb 3, 2022
2 parents 13d2ab0 + 4b19e6f commit e8c2750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ btcdeb depends on the following:
* automake/autoconf
* pkg-config

Ubuntu/debian users can do: `apt-get install libtool libssl-dev autoconf` (with `sudo` prepended if necessary)
Ubuntu/debian users can do: `apt-get install libtool libssl-dev autoconf pkg-config` (with `sudo` prepended if necessary)

Mac users can do: `brew install libtool automake pkg-config`

Expand Down

0 comments on commit e8c2750

Please sign in to comment.