X-Authentication-Warning: delorie.com: mail set sender to geda-help-bounces using -f X-Recipient: geda-help AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=N//aaJQivVloLspZElWvCrvxloH7iaup79O1a+NcDVg=; b=NLLL/f1Jwd9UExQ0wcPjpv6YTpqg5feoI2DgjHAx9+gQ7yO5Geeh0YUKwAwgFECTs3 5TqAu5hKZeejAhr/2LD1H1odmGP11Fd/UYpxCeJkaRzWv422rTtMZRy4XfrMeXgTyK6S R6GX0GogVzWVjC/f+Or6m0f8zSv7le/HgwegA5osQYUvzeE7ynRNyDJG0Pc3K6HM72cs Dsoq+BuS4mdkXMhF+aP0iBq6ZrVZ/HFLxWQBka5pgDSIvS35UDHcDx19fL6UUpOQdaJT 3ltcMg6tEOI2WJGswNsvf3UWZwGNuVGedNEUktXMuk/rqAbD7P4Gn7piJjPkmyio/yA2 cI/A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=N//aaJQivVloLspZElWvCrvxloH7iaup79O1a+NcDVg=; b=fSOw9r8xeOAVcS7er8WlvYs57MHi0ITIV55bP51iIyKL5f40xAhC/4oPd+3avwleDf 8gaKYciA2kmw5DlYvh2yOhFIgl0/D+qUS7CcPRaaaPdG6ZFRibexvsIcmwXkcJQLpQmV vNBJ/SJm/mWd7bScPm7no+8YeBj5Wk7RxpwYcVpYk6X03HSMOG7sWrk8onJ344ituYPU GTliUUgsG4mASEVLXnK7IYKe6JmhMMwUL4NKpO6axf6cGf83AtBMk5ZJp8JGYTMk9Uw5 mRrARzR8jAtxPPLy1vVdUUbXfeQmccZ18OsGsciwSbpAEae5S3n6abFzGv+zWFC+g6Mm bZLA== X-Gm-Message-State: AOAM530/vwyMur70+H58pjUNhI69nTtQjfuFVZ+NoD5kQv9HwTtS8gKe K1Y4msYQGuXuhhMMBli+w0bPaqTqG8Omo4t+BkIzZK4xa1B+5g== X-Google-Smtp-Source: ABdhPJwubxxR4oLnsu5MFswkWc3BbW3WLp1U+mKvXCUUYBDAhSGbI/FbLpF/6VObt4eilb09KEMeMdbP/fC0kNx6jEo= X-Received: by 2002:a05:6512:370e:: with SMTP id z14mr10581746lfr.80.1599501079206; Mon, 07 Sep 2020 10:51:19 -0700 (PDT) MIME-Version: 1.0 References: <20200902165424 DOT GB2911 AT newvzh DOT lokolhoz> <20200903180123 DOT GC8483 AT newvzh DOT lokolhoz> <20200904135221 DOT GA3459 AT newvzh DOT lokolhoz> <20200904173022 DOT GB17868 AT newvzh DOT lokolhoz> <20200905151631 DOT GC3300 AT newvzh DOT lokolhoz> In-Reply-To: <20200905151631.GC3300@newvzh.lokolhoz> From: "Torben Friis (friistf AT gmail DOT com) [via geda-help AT delorie DOT com]" Date: Mon, 7 Sep 2020 19:51:07 +0200 Message-ID: Subject: Re: [geda-help] Linux To: geda-help AT delorie DOT com Content-Type: multipart/alternative; boundary="000000000000a4df9405aebcdde9" Reply-To: geda-help AT delorie DOT com --000000000000a4df9405aebcdde9 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Hi Vladimir I am now running lepton, but I stille habe a problem. I have: /usr/share/lepton-eda/scheme/autoload/config-symbol-libraries.scm: ("torben" "Torben") and ls /usr/share/lepton-eda/sym/torben PICAXE-14M.sym and I run "lepton-schematic giver.sch" (with just two items: PICAXE-14M and a resistor) then cat giver.sch gives: v 20200319 2 C 40000 40000 0 0 0 title-B.sym C 45200 44900 1 0 0 resistor-1.sym { T 45500 45300 5 10 0 0 0 0 1 device=3DRESISTOR T 45400 45200 5 10 1 1 0 0 1 refdes=3DR101 T 45200 44900 5 10 1 0 0 0 1 footprint=3Dres_600mil } C 47600 47500 1 0 0 PICAXE-14M.sym { T 49500 47930 5 7 1 0 0 0 1 footprint=3DDIP14 ******* T 47600 47500 5 10 1 0 0 0 1 netname=3DPicaxe T 47600 47500 5 10 1 0 0 0 1 refdes=3DP101 } and ls ~/lepton-cli/pcb-elements 1x1PIN.fp 1x3PIN.fp 1x5PIN.fp DIP14.fp res_600mil.fp When I run "lepton-refdes_renum --pgskip giver.sch" and "lepton-sch2pcb project" the Picaxe is not seen - only the resistor appears in the pcb. I cant see why. Can you help? torben On Sat, Sep 5, 2020 at 5:45 PM Vladimir Zhbanov (vzhbanov AT gmail DOT com) [via geda-help AT delorie DOT com] wrote: > On Sat, Sep 05, 2020 at 04:02:39PM +0200, Torben Friis (friistf AT gmail DOT com= ) > [via geda-help AT delorie DOT com] wrote: > > Hi Shashank Chintalagiri, > > Lepton, xorn, pcb, and pcb-rnd - are they all forks? It is elements tha= t > I > > know nothing about and which a user should'nt need to know about. > > I think an installation instruction and a tutorial would do a lot for > > Lepton. The installation instruction for Ubuntu 20.04 would take about = 11 > > lines and should not be too difficult to maintain. Could'nt the tutoria= l > > pretty easily be produced on basis of the gsch2pcb tutorial by changing > > some file- and command names? > > Torben, > > I've already said in another email that installation instruction > for Ubuntu is a one-liner: 'sudo apt install lepton-eda' > > If you're about installation from source, it's mostly the same for > all distributions and is described in our Readme (it's on main > github page, please see the address in my signature below in this > email). Only development package names differ on various > distributions (if they exist at all). If you want me to add some > special info about Ubuntu on our wiki page, or some other info, > please let me know, what, I'll just do it :-) > > -- > Vladimir > > (=CE=BB)=CE=B5=CF=80=CF=84=CF=8C=CE=BD EDA =E2=80=94 https://github.com/l= epton-eda > --000000000000a4df9405aebcdde9 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi Vladimir
I am now running lepton,= but I stille habe a problem.
I have:
/usr/share= /lepton-eda/scheme/autoload/config-symbol-libraries.scm: =C2=A0 =C2=A0(&quo= t;torben" "Torben")

and

ls /usr/share/lepton-e= da/sym/torben
PICAXE-14M.sym

and I run "lepton-schematic giv= er.sch" (with just two items: PICAXE-14M and a resistor)

then c= at giver.sch gives:
v 20200319 2
C 40000 40000 0= 0 0 title-B.sym
C 45200 44900 1 0 0 resistor-1.sym
{
T 45500 4530= 0 5 10 0 0 0 0 1
device=3DRESISTOR
T 45400 45200 5 10 1 1 0 0 1
re= fdes=3DR101
T 45200 44900 5 10 1 0 0 0 1
footprint=3Dres_600mil
}<= br>C 47600 47500 1 0 0 PICAXE-14M.sym
{
T 49500 47930 5 7 1 0 0 0 1footprint=3DDIP14 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0= =C2=A0 =C2=A0 =C2=A0 *******
T 47600 47500 5 10 1 0 0 0 1
netname=3D= Picaxe
T 47600 47500 5 10 1 0 0 0 1
refdes=3DP101
}

and
=
ls ~/lepton-cli/pcb-elements
1x1PIN.fp =C2=A01x3PIN.fp =C2=A01x5PIN.= fp =C2=A0DIP14.fp =C2=A0res_600mil.fp

When I run "lepton-refdes= _renum --pgskip giver.sch" and "lepton-sch2pcb project" the = Picaxe is not seen - only the resistor appears in the pcb. I cant see why.<= br>Can you help?
torben

On Sat, Sep 5, 2020 at 5:45 PM Vladimir= Zhbanov (vzhbanov AT gmail DOT com) [vi= a geda-help AT delorie DOT com] <<= a href=3D"mailto:geda-help AT delorie DOT com">geda-help AT delorie DOT com> wrote= :
On Sat, Sep 05= , 2020 at 04:02:39PM +0200, Torben Friis (friistf AT gmail DOT com) [via geda-help AT delorie DOT com] wrote:
> Hi Shashank Chintalagiri,
> Lepton, xorn, pcb, and pcb-rnd - are they all forks? It is elements th= at I
> know nothing about and which a user should'nt need to know about.<= br> > I think an installation instruction and a tutorial would do a lot for<= br> > Lepton. The installation instruction for Ubuntu 20.04 would take about= 11
> lines and should not be too difficult to maintain. Could'nt the tu= torial
> pretty easily be produced on basis of the gsch2pcb tutorial by changin= g
> some file- and command names?

Torben,

I've already said in another email that installation instruction
for Ubuntu is a one-liner: 'sudo apt install lepton-eda'

If you're about installation from source, it's mostly the same for<= br> all distributions and is described in our Readme (it's on main
github page, please see the address in my signature below in this
email).=C2=A0 Only development package names differ on various
distributions (if they exist at all).=C2=A0 If you want me to add some
special info about Ubuntu on our wiki page, or some other info,
please let me know, what, I'll just do it :-)

--
=C2=A0 Vladimir

(=CE=BB)=CE=B5=CF=80=CF=84=CF=8C=CE=BD EDA =E2=80=94 https://github.com= /lepton-eda
--000000000000a4df9405aebcdde9--