From 1a72c97d91eba10dbc7241820badc1df5715cd55 Mon Sep 17 00:00:00 2001 From: Werner Almesberger Date: Wed, 11 Apr 2012 17:30:14 -0300 Subject: [PATCH] kicad-patches/README: added quilt-based update process for KiCad --- kicad-patches/README | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) 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