1
0
mirror of git://projects.qi-hardware.com/eda-tools.git synced 2024-07-01 03:22:01 +03:00
eda-tools/kicad-patches
2012-01-25 09:40:24 -03:00
..
cmdline-common.patch again, this time with correct diff 2012-01-25 13:20:03 +01:00
cmdline-eeschema.patch again, this time with correct diff 2012-01-25 13:20:03 +01:00
cmdline-new.patch upleveled to bzr3378 2012-01-25 12:32:10 +01:00
cmdline-pcbnew.patch again, this time with correct diff 2012-01-25 13:20:03 +01:00
fix-pinedit-collision.patch Patches to enhance KiCad, mainly for non-interactive use 2010-12-27 22:59:52 -03:00
kicad_diff.sh patch cleanup 2012-01-11 11:50:47 +01:00
README kicad-patches/README: updated for bzr 3378 2012-01-25 09:40:24 -03:00
series upleveled to bzr3378 2012-01-25 12:32:10 +01:00
TODO uplevel cmdline patches (entire set won't build right now) 2012-01-11 00:28:19 +01:00

First build
-----------

bzr checkout -r 3378 lp:kicad kicad.bzr
cd kicad.bzr
ln -s wherever/eda-tools/kicad-patches patches
quilt push -a
cmake -DKICAD_TESTING_VERSION=ON .
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