raven_seedMember
Posts: 3 · Reputation: 86
#1Jul 19, 2021, 11:17 PM
Hey everyone,
I'm just starting out with compiling in C++. I could really use some help making a Windows installer for the Bitcoin source code.
I'm using Visual Studio 2022 for Windows.
I executed:
cmake -B build preset vs2022-static
Then I did:
cmake build build config Release
Everything went smoothly so far!
But what's the next command to create the installation executable for Windows?
Thanks a lot!