-
Notifications
You must be signed in to change notification settings - Fork 37.7k
Closed
Description
The process for creating Windows builds is manual and error-prone. There should be a bash script (run under MSYS) or batch file that:
- Fetches a particular commit from the git or svn repository
- runs make clean, then makes bitcoin.exe and bitcoind.exe
- copies or exports all of the source files into the setup/src folder
- copies bitcoin.exe to setup/ and bitcoind.exe to setup/daemon
- runs command-line 7za.exe to create the setup .zip file
- runs command-line nsis installer to create the setup .exe file
Metadata
Metadata
Assignees
Labels
No labels