diff --git a/kicad-patches/README b/kicad-patches/README index 526dc6e..d38679d 100644 --- a/kicad-patches/README +++ b/kicad-patches/README @@ -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