mirror of
git://projects.qi-hardware.com/eda-tools.git
synced 2024-11-04 23:05:21 +02:00
d280eabf70
- README: added application of patches to KiCad build instructions - README: added rebuild instructions for when patches change |
||
---|---|---|
.. | ||
eeschema-bom-only-mode.patch | ||
eeschema-plot-only-mode.patch | ||
erc-exceptions.patch | ||
fix-pinedit-collision.patch | ||
pcbnew-scripted.patch | ||
README | ||
series | ||
streamline-erc.patch |
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