mirror of
git://projects.qi-hardware.com/eda-tools.git
synced 2024-11-04 22:58:26 +02:00
984a6de70a
- series, dxf-aux-origin.patch: add support for using the auxiliary axis in DXF as well - series, origin-opt.patch: option -o/--origin to use the auxiliary origin for Gerber, DXF, and the drill file |
||
---|---|---|
.. | ||
dxf-aux-origin.patch | ||
erc-exceptions.patch | ||
fix-pinedit-collision.patch | ||
origin-opt.patch | ||
README | ||
scripted-common.patch | ||
scripted-eeschema.patch | ||
scripted-new.patch | ||
scripted-pcbnew.patch | ||
series | ||
streamline-erc.patch | ||
TODO |
First build ----------- bzr checkout -r 2448 lp:kicad kicad.bzr cd kicad.bzr ln -s wherever/eda-tools/kicad-patches patches quilt push -a cmake . make -j 5 make install Rebuild with new/changed patches -------------------------------- # update the patches git pull # rebuild KiCad cd wherever/kicad.bzr quilt pop -af quilt push -a cmake . make -j 5 make install