mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-08 10:31:50 -05:00
doc: Add missed cmake package to build depends
This commit is contained in:
parent
2aff9a36c3
commit
ee934d093d
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ First, install the general dependencies:
|
||||||
|
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt upgrade
|
sudo apt upgrade
|
||||||
sudo apt install build-essential libtool autotools-dev automake pkg-config bsdmainutils curl git
|
sudo apt install build-essential libtool autotools-dev automake pkg-config bsdmainutils cmake curl git
|
||||||
|
|
||||||
A host toolchain (`build-essential`) is necessary because some dependency
|
A host toolchain (`build-essential`) is necessary because some dependency
|
||||||
packages need to build host utilities that are used in the build process.
|
packages need to build host utilities that are used in the build process.
|
||||||
|
|
Loading…
Add table
Reference in a new issue