aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2024-08-03 14:34:17 +0100
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2024-08-03 14:34:17 +0100
commitee934d093d207f9478c03a3e1ce3f40ef4be6b80 (patch)
tree1aa4f650cd3e85cd24b2c8659418b70431274a4e
parent2aff9a36c352640a263e8b5de469710f7e80eb54 (diff)
doc: Add missed cmake package to build depends
-rw-r--r--doc/build-windows.md2
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.