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