1
0
mirror of git://projects.qi-hardware.com/eda-tools.git synced 2024-07-01 00:22:20 +03:00
eda-tools/kicad-patches
Werner Almesberger 984a6de70a kicad-patches: command-line selection of aux origin; support aux in DXF, too
- 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
2011-03-14 12:14:25 -03:00
..
dxf-aux-origin.patch kicad-patches: command-line selection of aux origin; support aux in DXF, too 2011-03-14 12:14:25 -03:00
erc-exceptions.patch add more eeschema cmdline options --erc --netlist --plotx --list-sheets 2010-12-31 19:40:19 +00:00
fix-pinedit-collision.patch Patches to enhance KiCad, mainly for non-interactive use 2010-12-27 22:59:52 -03:00
origin-opt.patch kicad-patches: command-line selection of aux origin; support aux in DXF, too 2011-03-14 12:14:25 -03:00
README kicad-patches: completed and extended build instructions 2010-12-28 12:48:06 -03:00
scripted-common.patch fixed stdout/stderr and exit code, removed old eeschema --plot 2011-01-02 17:58:26 +00:00
scripted-eeschema.patch fixed stdout/stderr and exit code, removed old eeschema --plot 2011-01-02 17:58:26 +00:00
scripted-new.patch merged Werner's patch, fixed eeschema background color bug 2011-03-13 07:26:18 +00:00
scripted-pcbnew.patch fixed stdout/stderr and exit code, removed old eeschema --plot 2011-01-02 17:58:26 +00:00
series kicad-patches: command-line selection of aux origin; support aux in DXF, too 2011-03-14 12:14:25 -03:00
streamline-erc.patch add more eeschema cmdline options --erc --netlist --plotx --list-sheets 2010-12-31 19:40:19 +00:00
TODO added kicad-patches/TODO 2011-01-04 16:20:38 +00:00

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