Skip to content

Commit

Permalink
docs: add NSIS setup/install steps to windows docs
Browse files Browse the repository at this point in the history
  • Loading branch information
LucianaMarques authored and fanquake committed Dec 13, 2018
1 parent 20c54ee commit 82687b5
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion doc/build-windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,11 @@ A host toolchain (`build-essential`) is necessary because some dependency
packages (such as `protobuf`) need to build host utilities that are used in the
build process.

See also: [dependencies.md](dependencies.md).
See [dependencies.md](dependencies.md) for a complete overview.

If you want to build the windows installer with `make deploy` you need [NSIS](https://nsis.sourceforge.io/Main_Page):

sudo apt install nsis

## Building for 64-bit Windows

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

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

You can also create an installer using:

make deploy

Footnotes
---------

Expand Down

0 comments on commit 82687b5

Please sign in to comment.