Author

Topic: Bitcoin - Build windows installer (Read 56 times)

copper member
Activity: 13
Merit: 0
October 31, 2024, 03:37:20 AM
#3
I followed this guide (in doc): build-windows-msvc.md, but don't see parameters for deploy.

Yes, I think for the installer, I will have to follow: build-windows.md, that need WSL (Windows Subsystem for Linux).
legendary
Activity: 2870
Merit: 7490
Crypto Swap Exchange
October 31, 2024, 03:17:46 AM
#2
Are you talking about building Bitcoin Core Windows installer? If so, it seems their documentation only mention how to do it on Linux.

You can also create an installer using:
Code:
make deploy

But if you have extra storage space and some free RAM, you can do that using WSL (Windows Subsystem for Linux).
copper member
Activity: 13
Merit: 0
October 31, 2024, 03:10:20 AM
#1
Hi all,

I am a beginner in compiling c++.
I need help to create the windows installer of the bitcoin sources.

I am compiling in Windows environment in Visual Studio 2022.

I ran:
cmake -B build --preset vs2022-static

then:
cmake --build build --config Release

it's all ok!

But what is the command to generate the executable for the installation in windows?

Thanks
Jump to: