1
0
mirror of git://projects.qi-hardware.com/eda-tools.git synced 2024-06-26 01:58:55 +03:00

kicad-patches/README: bump KiCad version to bzr 3494

In 3493, linking pcbnew fails with

CMakeFiles/pcbnew.dir/files.cpp.o: In function `PCB_EDIT_FRAME::SavePcbFile(wxString const&, bool)':
files.cpp:(.text+0x1ebd): undefined reference to `IO_MGR::GetFileExtension(IO_MGR::PCB_FILE_T)'

This appears to be fixed in 3494.
This commit is contained in:
Werner Almesberger 2012-04-11 17:31:00 -03:00
parent 1a72c97d91
commit 5083973b9a

View File

@ -1,7 +1,7 @@
First build
-----------
bzr checkout -r 3493 lp:kicad kicad.bzr
bzr checkout -r 3494 lp:kicad kicad.bzr
cd kicad.bzr
ln -s wherever/eda-tools/kicad-patches patches
quilt push -a
@ -31,7 +31,7 @@ Rebuild with a new version of KiCad
cd wherever/kicad.bzr
quilt pop -a
bzr update
bzr update -r 3493 # if different from latest
bzr update -r 3494 # if different from latest
quilt push -a
cmake -DKICAD_TESTING_VERSION=ON .
make -j 5