Post
Topic
Board Development & Technical Discussion
Topic OP
Bitcoin - Build windows installer
by
tommyleo
on 31/10/2024, 08:10:20 UTC
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