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=uUdKxwE9SF8HF4EhwQ36e27UQIqtHneRp5pRa/tCjE4=; b=Ebc4sxKuU5Nwo/SNzyT5PI0YThLkxQ/zci1jXNPRwFrNeyCmj1bAdzxr8zj/I3Mgjo cndR2c2OtmqyL+nvlxlv9bBOskqQvA+w+883lT9HQEJul5msrEwCcgP1jSJjZTm5Hc23 zqMIzKWekFIkTe5TFT+9RJZGw2W4PXRR1UqdWUfEeREEnXMfteo7teNCiGXKDaEGwt9Q MQ+lrc71fuhh1kzzggARgcTMlTJSV/GuGvO1aYVyMjr+5UhJ5GnHMa84+bWxEediXD0d 4oxbbREknmjNZ4TQxDYd5HVztvqJ2f8Dx2AJYqM3PUW5byh1GNWLHGRR/ZwN6CmHLb8e Vg2Q== 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=uUdKxwE9SF8HF4EhwQ36e27UQIqtHneRp5pRa/tCjE4=; b=fYig/tyywXDqI4+D5q9CKH4DmvknY4rmxiaPgBGF3C3vDn39TKVxbF3lMQM5LISYqp p7rJEGGcNwREt1iUj+gU0Xmvbpq7BVbdfqK0hlEZeAUJMXps6Urx4oD0Jp282ix78ES3 lxnYw8BOit9Thlr5SajnHefXGQDKlViqY3m9ynMzGbLsBT80SnC4fpHLN3bL9QBC58F8 hklaly9/4w9fDX7eRBp2a+YQYJWCfFAD2DNm3WMNv5yj0vLdsBvKajqUiKXjO/R8SZzx MTBh3Khe1wc1tTf7rMVhaqT7Icg63N/bFatNpYkMpmgCTqJXq3d9BqdGhgIJIwy/2kbd YD+g== X-Gm-Message-State: AOAM530ZNOC09606Wwr5YCy7Nc+WgtZXizDuIcoxEp5Lnn2+u01jA6+x /q1L0RuzuBlYZ9We6KTSAxgkRASKJD/QNJIclZy8/o48Ungj3w== X-Google-Smtp-Source: ABdhPJzjImUxyw9zcPuzz3K3hXs9bEdQtmxj9xFNQtXysVgCfEw441dsFoon625OxVuxMoTQ+miheJXCupMnXLBZtYg= X-Received: by 2002:a05:651c:50b:: with SMTP id o11mr899972ljp.411.1599127031816; Thu, 03 Sep 2020 02:57:11 -0700 (PDT) MIME-Version: 1.0 References: <20200829221451 DOT GA2565 AT newvzh DOT lokolhoz> <664de6c2-ad96-8298-1b64-ad550acfca64 AT k4gvo DOT com> <20200901193434 DOT GB19839 AT newvzh DOT lokolhoz> <20200902141116 DOT GA2911 AT newvzh DOT lokolhoz> <20200902165424 DOT GB2911 AT newvzh DOT lokolhoz> In-Reply-To: <20200902165424.GB2911@newvzh.lokolhoz> From: "Torben Friis (friistf AT gmail DOT com) [via geda-help AT delorie DOT com]" Date: Thu, 3 Sep 2020 11:57:00 +0200 Message-ID: Subject: Re: [geda-help] Linux To: geda-help AT delorie DOT com Content-Type: multipart/alternative; boundary="000000000000aea4d505ae65c687" Reply-To: geda-help AT delorie DOT com --000000000000aea4d505ae65c687 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Hi, I have the following directory structure: torben AT torben-Aspire-E5-773G:~/lepton-cli/proj1$ ls alarm1.sch packages project I issued the command "lepton-schematic alarm1.sch" in dir. "torben AT torben-Aspire-E5-773G:~/lepton-cli/proj1$" Is that correct? But where do I place "(component-library-search "../gschem-sym") "? - not in "~/.gEDA/gafrc"? torben On Wed, Sep 2, 2020 at 7:21 PM Vladimir Zhbanov (vzhbanov AT gmail DOT com) [via geda-help AT delorie DOT com] wrote: > On Wed, Sep 02, 2020 at 05:47:31PM +0200, Torben Friis (friistf AT gmail DOT com= ) > [via geda-help AT delorie DOT com] wrote: > > Hi, > > Everything appeared to work OK. I now have: > > > > torben AT torben-Aspire-E5-773G:~/Downloads/lepton-eda-1.9.11$ lepton > > Command 'lepton' not found, but can be installed with: > > sudo snap install lepton > > > > I do not want to destroy anything, so should I enter "sudo snap install > > lepton"? > > Then I suppose that I can start the system by entering "lepton"? > > torben > > You should not. There is no command named 'lepton'. Please see > below. > > Lepton has the following substitutions: > > - 'lepton-schematic' instead of 'gschem' > - 'lepton-cli' instead' of 'gaf' > - 'lepton-netlist' instead of 'gnetlist' > - 'lepton-archive' instead of 'garchive' > - 'lepton-symcheck' instead of 'gsymcheck' > > and so on. > > All those commands should be present on your system after 'make > install'. > > No 'lepton' command exist, we've even added the '-eda' suffix for > the package name since there was already another, same-named, > project on github. So there was no point to add a program wich > name would conflict with another program's name. > > So just use > > lepton-schematic my-file.sch > > to edit your schematic files, etc. A preliminary manual in > 'lepton-schematic' can be opened in your browser with key sequence > 'h m'. You'll see then what other commands are available in > Lepton. > > HTH > > -- > Vladimir > > (=CE=BB)=CE=B5=CF=80=CF=84=CF=8C=CE=BD EDA =E2=80=94 https://github.com/l= epton-eda > --000000000000aea4d505ae65c687 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi,
I have the following directory s= tructure:
=C2=A0
torben AT torben-Aspire-E5-773G:~/lepton-cli/proj1$ ls<= br>alarm1.sch =C2=A0packages =C2=A0project

I issued the command &quo= t;lepton-schematic alarm1.sch" in dir. "torben AT torben-Aspire-E5-7= 73G:~/lepton-cli/proj1$"

Is that correct?

But where do I= place "(component-library-search "../gschem-sym") "? -= not in "~/.gEDA/gafrc"?
torben

On Wed, Sep 2, 2020 at 7:= 21 PM Vladimir Zhbanov (vzhbanov AT gmai= l.com) [via geda-help AT delorie.= com] <geda-help AT delorie DOT com= > wrote:
= On Wed, Sep 02, 2020 at 05:47:31PM +0200, Torben Friis (friistf AT gmail DOT com) [via geda-help AT delorie DOT com] = wrote:
> Hi,
> Everything appeared to work OK. I now have:
>
> torben AT torben-Aspire-E5-773G:~/Downloads/lepton-eda-1.9.11$ lepton
> Command 'lepton' not found, but can be installed with:
> sudo snap install lepton
>
> I do not want to destroy anything, so should I enter "sudo snap i= nstall
> lepton"?
> Then I suppose that I can start the system by entering "lepton&qu= ot;?
> torben

You should not.=C2=A0 There is no command named 'lepton'.=C2=A0 Ple= ase see
below.

Lepton has the following substitutions:

- 'lepton-schematic' instead of 'gschem'
- 'lepton-cli' instead' of 'gaf'
- 'lepton-netlist' instead of 'gnetlist'
- 'lepton-archive' instead of 'garchive'
- 'lepton-symcheck' instead of 'gsymcheck'

and so on.

All those commands should be present on your system after 'make
install'.

No 'lepton' command exist, we've even added the '-eda' = suffix for
the package name since there was already another, same-named,
project on github.=C2=A0 So there was no point to add a program wich
name would conflict with another program's name.

So just use

=C2=A0 lepton-schematic my-file.sch

to edit your schematic files, etc.=C2=A0 A preliminary manual in
'lepton-schematic' can be opened in your browser with key sequence<= br> 'h m'.=C2=A0 You'll see then what other commands are available = in
Lepton.

HTH

--
=C2=A0 Vladimir

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