Just a few small fixups that I've noticed in trying to get this development environment setup.
The first was around just not knowing how to start. So I've done the little three step how-to.
The second was around some versions that I noticed where a little bit out of date (it started with the msys2 runtime, and then I saw that NSIS was also a few versions behind, I still haven't completed a full build with this new NSIS however... so grain of salt).
And then my windows username has a space in it, which wasn't always being quoted in commands like 'cd', which then breaks stuff. So just added some escaping for the two times it should have had it and didn't. I also checked the other DIR assignments for quoting, and they seemed fine, so that should be the last of those issues for now.
Just a few small fixups that I've noticed in trying to get this development environment setup.
The first was around just not knowing how to start. So I've done the little three step how-to.
The second was around some versions that I noticed where a little bit out of date (it started with the msys2 runtime, and then I saw that NSIS was also a few versions behind, I still haven't completed a full build with this new NSIS however... so grain of salt).
And then my windows username has a space in it, which wasn't always being quoted in commands like 'cd', which then breaks stuff. So just added some escaping for the two times it should have had it and didn't. I also checked the other DIR assignments for quoting, and they seemed fine, so that should be the last of those issues for now.