kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #10352
Re: Include Boost installation instructions in build-msw.txt?
-
To:
kicad-developers@xxxxxxxxxxxxxxxxxxx
-
From:
jp charras <jp.charras@xxxxxxxxxx>
-
Date:
Mon, 06 May 2013 10:10:47 +0200
-
In-reply-to:
<CAFLtGb4gZMABXfp=mESaGr0z=-9N1d7uXw79T+Ya30woqRxNJQ@mail.gmail.com>
-
User-agent:
Mozilla/5.0 (Windows NT 6.1; rv:17.0) Gecko/20130328 Thunderbird/17.0.5
Le 06/05/2013 09:28, Travis Ayres a écrit :
Hi everyone,
I'm following along with build-msw.txt; should simple instructions for
boost be included? Installing Boost with MinGW (so far) is a bit of a pain,
and it could save people some time. The rest of the instructions were well
written and concise.
You do not have to install boost: the boost headers used by Kicad are
included in Kicad sources.
I'm even thinking it might be useful to include some info on doxygen and
how to setup something like Code::Blocks for KiCad. I'm in the process of
figuring all this out anyway - I could document it if there's any interest?
Maybe it would help people jumping in?
Thanks!
For my info, what is the interest about using Code::Blocks for Kicad ?
Kicad comes with Cmake makefiles and needs only cmake (and mingw/msys of
course) to be built.
Using only cmake and mingw/msys (which includes gcc) helps compatibility
with other platforms, which all have cmake and gcc available.
The less platform specific, the best.
--
Jean-Pierre CHARRAS
References