mirror of
git://projects.qi-hardware.com/eda-tools.git
synced 2024-11-16 20:07:31 +02:00
kicad-patches: completed and extended build instructions
- README: added application of patches to KiCad build instructions - README: added rebuild instructions for when patches change
This commit is contained in:
parent
dd9db75be1
commit
d280eabf70
@ -1,5 +1,25 @@
|
|||||||
|
First build
|
||||||
|
-----------
|
||||||
|
|
||||||
bzr checkout -r 2448 lp:kicad kicad.bzr
|
bzr checkout -r 2448 lp:kicad kicad.bzr
|
||||||
cd 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 .
|
cmake .
|
||||||
make -j 5
|
make -j 5
|
||||||
make install
|
make install
|
||||||
|
Loading…
Reference in New Issue
Block a user