kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #06592
Re: KiCad Windows builder
On 08/01/2011 03:55 PM, Brian Sidebotham wrote:
> On 1 August 2011 14:37, Dick Hollenbeck <dick@xxxxxxxxxxx> wrote:
>> Build Windows binary on Linux: valuable stuff IMO.
>>
>> Milan should appreciate this, among others.
>>
>> Dick
> Yes, this will be very useful for anyone who wants to setup a
> build-box for KiCad too. I will start work on it straight away, but
> it'll likely take a bit of time (as usual!)
I'm thinking it might be useful to assume a more advanced starting point (since
the target audience is not a Windows user, but rather, normally, a pretty
advanced developer):
a) That mingw (cross compiler) is already installed, since Ubuntu and most
distros have this as a package. And even if not a package, users can determine
their own version if they want to stray from the currently "distro supported"
version of mingw and install their own newer version.
b) any others....
I don't think wxWidgets is in this same category, however, since you have to
patch it for Windows. This should be a download.
References