Skip to content

Commit

Permalink
Merge pull request #2791 from barton2526/windows-build-doc
Browse files Browse the repository at this point in the history
doc: cmake is required for Windows depends
  • Loading branch information
jamescowens authored Feb 1, 2025
2 parents 9ca811d + 6ba000c commit 7dd8bac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/build-windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,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 curl git cmake

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

0 comments on commit 7dd8bac

Please sign in to comment.