Skip to content

Commit b545a7e

Browse files
author
MarcoFalke
committed
Merge #14950: docs: add NSIS setup/install steps to windows docs
82687b5 docs: add NSIS setup/install steps to windows docs (luciana) Pull request description: Supersedes #14744 Fixes: #14699 Rearranged the changes in #14744 to be more similar to the macOS docs. Tree-SHA512: d68f952eee1a97702d23a02e4f35b66dedd3bf104b8ea05de9a642a596c476c40aa76fae5b00a1600b3758e25621226d89216885ec8f52acf89d6eb117421f9e
2 parents e7b88ec + 82687b5 commit b545a7e

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

doc/build-windows.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,11 @@ A host toolchain (`build-essential`) is necessary because some dependency
6565
packages (such as `protobuf`) need to build host utilities that are used in the
6666
build process.
6767

68-
See also: [dependencies.md](dependencies.md).
68+
See [dependencies.md](dependencies.md) for a complete overview.
69+
70+
If you want to build the windows installer with `make deploy` you need [NSIS](https://nsis.sourceforge.io/Main_Page):
71+
72+
sudo apt install nsis
6973

7074
## Building for 64-bit Windows
7175

@@ -139,6 +143,10 @@ way. This will install to `c:\workspace\bitcoin`, for example:
139143

140144
make install DESTDIR=/mnt/c/workspace/bitcoin
141145

146+
You can also create an installer using:
147+
148+
make deploy
149+
142150
Footnotes
143151
---------
144152

0 commit comments

Comments
 (0)