On Sunday 09 May 2010 23:50:27 you wrote:
> Lenny has rather old version of KiCad, I'm trying to compile new version of
> Kicad, but there are few errors prohibit that. Mainly Bazaar is missing &
> is not available for lenny.
> 
> Anyone tried to compile KiCad on Lenny? Is it possible to get newest
> version of Kicad on lenny?

Since Debian Testing/Unstable has Kicad packages version 20100314, one thing 
you could attempt is to backport it yourself to Lenny, Debian has some pretty 
easy to use tools for that.

First, add the source repositories of Testing or Unstable (or both) to your 
/etc/apt/sources.list file:

deb-src http://ftp.de.debian.org/debian/ unstable main contrib non-free

and/or

deb-src http://ftp.de.debian.org/debian/ testing main contrib non-free

I use the German mirrors, you could replace that with anything you want to 
use.

Then issue an apt-get update (as root) to get the updated list of (source 
packages).

Before you can build it, you should install any needed development libraries:

apt-get build-dep kicad (as root)

Finally, download the source package and build it:
apt-get source kicad (will download and extract in current working directory)
cd kicad-0.0.20100314 (version could change)
dpkg-buildpackage -uc -us (as root, or using "fakeroot")

The last command, when it finishes it will produce all the .deb packages of 
kicad, which you can install graphically, or with "dpkg -i".

After you're done, you could remove the deb-src line(s) from sources.list and 
re-run apt-get update, or keep it in case you want to backport other packages 
as well.

Hope it helps,
Dimitris


------------------------------------

Please read the Kicad FAQ in the group files section before posting your 
question.
Please post your bug reports here. They will be picked up by the creator of 
Kicad.
Please visit http://www.kicadlib.org for details of how to contribute your 
symbols/modules to the kicad library.
For building Kicad from source and other development questions visit the 
kicad-devel group at http://groups.yahoo.com/group/kicad-develYahoo! Groups 
Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/kicad-users/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/kicad-users/join
    (Yahoo! ID required)

<*> To change settings via email:
    kicad-users-dig...@yahoogroups.com 
    kicad-users-fullfeatu...@yahoogroups.com

<*> To unsubscribe from this group, send an email to:
    kicad-users-unsubscr...@yahoogroups.com

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/

Reply via email to