mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-13 19:50:43 +02:00
docs: add NSIS setup/install steps to windows docs
This commit is contained in:
parent
20c54eef6e
commit
82687b5034
@ -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
|
packages (such as `protobuf`) need to build host utilities that are used in the
|
||||||
build process.
|
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
|
## Building for 64-bit Windows
|
||||||
|
|
||||||
@ -139,6 +143,10 @@ way. This will install to `c:\workspace\bitcoin`, for example:
|
|||||||
|
|
||||||
make install DESTDIR=/mnt/c/workspace/bitcoin
|
make install DESTDIR=/mnt/c/workspace/bitcoin
|
||||||
|
|
||||||
|
You can also create an installer using:
|
||||||
|
|
||||||
|
make deploy
|
||||||
|
|
||||||
Footnotes
|
Footnotes
|
||||||
---------
|
---------
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user