mirror of
git://projects.qi-hardware.com/eda-tools.git
synced 2024-11-16 18:51:53 +02:00
kicad-patches/README: added quilt-based update process for KiCad
This commit is contained in:
parent
49d4ae6e50
commit
1a72c97d91
@ -20,12 +20,26 @@ git pull
|
||||
cd wherever/kicad.bzr
|
||||
quilt pop -af
|
||||
quilt push -a
|
||||
cmake .
|
||||
cmake -DKICAD_TESTING_VERSION=ON .
|
||||
make -j 5
|
||||
make install
|
||||
|
||||
Uplevel patches to latest KiCad
|
||||
-------------------------------
|
||||
|
||||
Rebuild with a new version of KiCad
|
||||
-----------------------------------
|
||||
|
||||
cd wherever/kicad.bzr
|
||||
quilt pop -a
|
||||
bzr update
|
||||
bzr update -r 3493 # if different from latest
|
||||
quilt push -a
|
||||
cmake -DKICAD_TESTING_VERSION=ON .
|
||||
make -j 5
|
||||
make install
|
||||
|
||||
|
||||
Alternative process to uplevel patches to latest KiCad
|
||||
------------------------------------------------------
|
||||
|
||||
git clone git@projects.qi-hardware.com:eda-tools.git
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user