Merge 2917f41b6a into merged_master (Bitcoin PR bitcoin/bitcoin#30582)

This commit is contained in:
ivanlele 2026-03-11 12:17:58 +00:00
commit a2d67b9c01
No known key found for this signature in database

View file

@ -29,7 +29,7 @@ First, install the general dependencies:
sudo apt update
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
packages need to build host utilities that are used in the build process.