[Kicad-developers] Development workflow

2017-05-07 Thread Thomas Kindler
Hi! I'm just starting with KiCad development. I got it to compile on both MSys2 and Ubuntu, and did my first patches for practice. A full compile takes about 35 minutes on my machine. ccache can get this down to ~15 minutes, but doesn't help much if I touch a common header file. Also, I seem to

Re: [Kicad-developers] Component table improvements

2017-05-07 Thread jp charras
Le 06/05/2017 à 07:35, Oliver Walters a écrit : > After feedback on the original thread > (https://lists.launchpad.net/kicad-developers/msg29057.html) > > I have made some further improvements to the component table: > > a) Add values from template fields where no value exists > b) Allow users t

Re: [Kicad-developers] Development workflow

2017-05-07 Thread Eldar Khayrullin
$ make -j2 pcbnew where -j2 is number threads that should equ your cpu threads or processors in system. Run: $ ./pcbnew/pcbnew В Воскресенье, 7 май. 2017 в 1:48 , Thomas Kindler написал: Hi! I'm just starting with KiCad development. I got it to compile on both MSys2 and Ubuntu, and did my

Re: [Kicad-developers] Development workflow

2017-05-07 Thread Maciej Suminski
Hi Thomas, On 05/07/2017 12:48 PM, Thomas Kindler wrote: > Hi! > > I'm just starting with KiCad development. I got it to compile on both MSys2 > and > Ubuntu, and did my first patches for practice. > > A full compile takes about 35 minutes on my machine. ccache can get this down > to > ~15 min

Re: [Kicad-developers] Component table improvements

2017-05-07 Thread jp charras
Le 08/05/2017 à 05:29, Oliver Walters a écrit : > JP, > > I was expecting this response :) > > I was happy to acquiesce initially on this style change as it was only my > preference over yours, but > reading through the responses of a lot of people on the original thread, I > believe that the >