diff options
author | Ava Chow <github@achow101.com> | 2024-08-05 17:27:37 -0400 |
---|---|---|
committer | Ava Chow <github@achow101.com> | 2024-08-05 17:27:37 -0400 |
commit | 2917f41b6af064210f888a746f1e8055ee3adafc (patch) | |
tree | 2fc3682159989eda5c8f7dd8d9e57c92acb0742c /doc | |
parent | dd7e12a3de6b8827ab101db4eca7c34358ce1954 (diff) | |
parent | ee934d093d207f9478c03a3e1ce3f40ef4be6b80 (diff) |
Merge bitcoin/bitcoin#30582: doc: Add missed cmake package to build depends
ee934d093d207f9478c03a3e1ce3f40ef4be6b80 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` (https://github.com/bitcoin/bitcoin/pull/29835)
- `libnatpmp` (https://github.com/bitcoin/bitcoin/pull/29708)
- `miniupnpc` (https://github.com/bitcoin/bitcoin/pull/29707)
- `qrencode` (https://github.com/bitcoin/bitcoin/pull/29725)
- `zeromq` (https://github.com/bitcoin/bitcoin/pull/29723)
ACKs for top commit:
vostrnad:
ACK ee934d093d207f9478c03a3e1ce3f40ef4be6b80
achow101:
ACK ee934d093d207f9478c03a3e1ce3f40ef4be6b80
TheCharlatan:
ACK ee934d093d207f9478c03a3e1ce3f40ef4be6b80
tdb3:
cr ut ACK ee934d093d207f9478c03a3e1ce3f40ef4be6b80
Tree-SHA512: 7483a680607aa218a375c285859ab19773267c81324de61f457f40057381090b15779534ff0ddb3d981341b9cd9b9e1d4afffda1ec5d5b105ad5bfcac3c7d76a
Diffstat (limited to 'doc')
-rw-r--r-- | doc/build-windows.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build-windows.md b/doc/build-windows.md index 841693c77b..e35439bfe1 100644 --- a/doc/build-windows.md +++ b/doc/build-windows.md @@ -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. |