Re: [Kicad-developers] Windows install paths.

2014-10-26 Thread Bernhard Stegmaier
On 25.10.2014, at 23:45, Wayne Stambaugh stambau...@verizon.net wrote: On 10/25/2014 5:14 PM, Brian Sidebotham wrote: On 25 October 2014 17:22, Wayne Stambaugh stambau...@verizon.net wrote: I think both modules directories should be changed now to footprint. We've made the decision to

[Kicad-developers] Windows install paths.

2014-10-25 Thread Wayne Stambaugh
I've been working on packaging KiCad on MSYS2 with mingw64 and mingw32. I have everything building including the full Python scripting. Unfortunately our current install paths when building with mingw don't match up with the msys/mingw file structure. The msys/mingw file structure is the same as

Re: [Kicad-developers] Windows install paths.

2014-10-25 Thread Adam Wolf
Hi Wayne, Are you using CPack for this at all? I don't know hardly anything about Windows, but I'm looking at packaging up KiCad for OS X (which appears to be the last piece--I had a week of successful builds!), and while I have a shell script to do this, if you're using CPack we might as well

Re: [Kicad-developers] Windows install paths.

2014-10-25 Thread Wayne Stambaugh
Hey Adam, The msys2 project uses pacman which is the package management tool used by arch linux. It has a very simple package build file format. One thing it does do, is it creates a psuedo install after it builds the package. The psuedo install is just a temporary install path with the

Re: [Kicad-developers] Windows install paths.

2014-10-25 Thread Adam Wolf
Sounds great. Adam Wolf On Sat, Oct 25, 2014 at 11:58 AM, Wayne Stambaugh stambau...@verizon.net wrote: Hey Adam, The msys2 project uses pacman which is the package management tool used by arch linux. It has a very simple package build file format. One thing it does do, is it creates a

Re: [Kicad-developers] Windows install paths.

2014-10-25 Thread Brian Sidebotham
On 25 October 2014 17:22, Wayne Stambaugh stambau...@verizon.net wrote: I've been working on packaging KiCad on MSYS2 with mingw64 and mingw32. I have everything building including the full Python scripting. Unfortunately our current install paths when building with mingw don't match up with

Re: [Kicad-developers] Windows install paths.

2014-10-25 Thread Wayne Stambaugh
On 10/25/2014 5:14 PM, Brian Sidebotham wrote: On 25 October 2014 17:22, Wayne Stambaugh stambau...@verizon.net wrote: I've been working on packaging KiCad on MSYS2 with mingw64 and mingw32. I have everything building including the full Python scripting. Unfortunately our current install