1
0
mirror of git://projects.qi-hardware.com/eda-tools.git synced 2025-02-01 16:41:06 +02:00
eda-tools/kicad-patches
Wolfgang Spraul 724ca1e3ec patch cleanup
2012-01-11 11:50:47 +01:00
..
2012-01-11 11:50:47 +01:00
2012-01-11 11:50:47 +01:00
2012-01-11 11:50:47 +01:00
2012-01-11 11:50:47 +01:00
2012-01-11 11:50:47 +01:00
2012-01-11 11:50:47 +01: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