KiCad / kicad-winbuilder

Windows builder for the KiCad project based on the MSYS2 MinGW system [moved to https://gitlab.com/kicad]
51 stars 24 forks source link

Tiny bit of doco, dependency version updates and home directory string escaping #19

Closed bevanweiss closed 8 years ago

bevanweiss commented 8 years ago

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.