Skip to content

Commit 2917f41

Browse files
committed
Merge bitcoin#30582: doc: Add missed cmake package to build depends
ee934d0 doc: Add missed cmake package to build depends (Hennadii Stepanov) Pull request description: CMake is used to build the following packages in depends when cross-compiling for Windows: - `libevent` (bitcoin#29835) - `libnatpmp` (bitcoin#29708) - `miniupnpc` (bitcoin#29707) - `qrencode` (bitcoin#29725) - `zeromq` (bitcoin#29723) ACKs for top commit: vostrnad: ACK ee934d0 achow101: ACK ee934d0 TheCharlatan: ACK ee934d0 tdb3: cr ut ACK ee934d0 Tree-SHA512: 7483a680607aa218a375c285859ab19773267c81324de61f457f40057381090b15779534ff0ddb3d981341b9cd9b9e1d4afffda1ec5d5b105ad5bfcac3c7d76a
2 parents dd7e12a + ee934d0 commit 2917f41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/build-windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ First, install the general dependencies:
2929

3030
sudo apt update
3131
sudo apt upgrade
32-
sudo apt install build-essential libtool autotools-dev automake pkg-config bsdmainutils curl git
32+
sudo apt install build-essential libtool autotools-dev automake pkg-config bsdmainutils cmake curl git
3333

3434
A host toolchain (`build-essential`) is necessary because some dependency
3535
packages need to build host utilities that are used in the build process.

0 commit comments

Comments
 (0)