On Monday 10 May 2010 11:05:19 you wrote:
> 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)
> 
I forgot a couple of details:

This command should become "apt-get -t testing build-dep kicad". Replace "-t 
testing" with "-t unstable" if you added the unstable repo.

> Finally, download the source package and build it:
> apt-get source kicad (will download and extract in current working
> directory) 

This should definitely be "apt-get -t testing source kicad", unless you comment 
all other deb-src lines in your sources.list. Again, replace "testing" with 
"unstable" if you want to pull from unstable.

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:
    [email protected] 
    [email protected]

<*> To unsubscribe from this group, send an email to:
    [email protected]

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

Reply via email to