In case anybody is interested I managed to use the QT-Creator IDE to build Kicad on Windows. I documented the procedure here https://wordpress.com/post/documenteddesigns.com/483. But for posterity (and to make it easier to find) I’ve included it below. Note that this only seems to work with the Msys2 version of QT-Creator, not the Windows version of QT-Creator even if Msys2 is installed. Unfortunately this took a day and a half to figure out. I almost succeed with the QT-Creator on Windows (I actually got about 33% through the compile) but, as I mentioned I forgot to document what I done. First install Msys2 (see http://repo.msys2.org/distrib/x86_64/msys2-x86_64-20161025.exe ) Everything below is from a mingw64 terminal window. It does not seem to work if you pick from the Msys2 pop-up. I show 64 bit development because that is what is recommended. Similar steps would apply to a 32 bit development environment. There may be redundant or unnecessary steps in this recipe. I completely deleted Msys2 a few times and re-ran this procedure but there are only so many hours in a day. From the Mingw64 terminal (comments marked by //) pacman -Syuu //Answer yes to remove conflicts close the window via task manager when done pacman -Syuu //Takes a long time close the window via task manager when done pacman -Syuu //To make sure all is up to date Copy and paste the following lines into your Mingw64 terminal (all the way from pacman -S to the blank line) pacman -S base-devel \ Now copy these lines one at a time (it may be possible to combine these with the above) pacman -S mingw-w64-i686-qt-creator mingw-w64-x86_64-qt-creator Run qtcreator to make sure it works then exit qtcreator. qtcreator Download source files eg kicad-5.1.4.tar.xz into a suitable location such as /home source files can be found at http://kicad-pcb.org/download/source/ then tar -xaf kicad-5.1.4.tar.xz Run qtcreator from the ming64 terminal (for some reason, it doesn’t work if you pin it to the taskbar) qtcreator Select Open File or Project and open the Kicad source directory. Wait for it to parse Note that QT will make its own build directory. This doesn’t seem to matter. Select Build, rebuild project. On my laptop it takes about 2 hours to build. |
_______________________________________________ Mailing list: https://launchpad.net/~kicad-developers Post to : [email protected] Unsubscribe : https://launchpad.net/~kicad-developers More help : https://help.launchpad.net/ListHelp

