[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: gEDA-user: PCB: problems w/ pcblib if I may add a question
- To: geda-user@xxxxxxxx
- Subject: Re: gEDA-user: PCB: problems w/ pcblib if I may add a question
- From: John Luciani <jluciani@xxxxxxxxx>
- Date: Tue, 8 Mar 2005 09:41:27 -0500
- Delivered-to: archiver@seul.org
- Delivered-to: geda-user-outgoing@seul.org
- Delivered-to: geda-user@seul.org
- Delivery-date: Tue, 08 Mar 2005 09:41:57 -0500
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=GB7bHAosKwj8VtVxgklSjjmLeeTZipU1nmf/Ip82br3nonTzGbuq+qFCP2ZGq5NFLOi79tPdD3RFQ+6Zq5QB/EcpUCT1Yf7jwYCHhY69YpeVCVN4kRiulmqIHb2rpJ4i4nFbXl++ayvTdTJmOzyJoiw2E+SmLbyYiTOqQL40Rug=
- In-reply-to: <422D8633.6020600@web.de>
- References: <422D8C65.3080101@l-mx.de> <422D8633.6020600@web.de>
- Reply-to: geda-user@xxxxxxxx
- Sender: owner-geda-user@xxxxxxxx
There is a tutorial at
http://members.dslextreme.com/users/billw/gsch2pcb/tutorial.html that
discusses the ini files.
If you only use newlib elements and place all your footprints (or
symlinks to all your footprints)
in a single directory then the followings script can be used to go
from schematic to PCB
--------- cut here ----------
#!/bin/bash
gsch2pcb --elements-dir PACKAGE-DIR_NAME $@
--------- cut here -----------
(* jcl *)
On Tue, 08 Mar 2005 12:02:11 +0100, Manfred Eggersdorf
<manfred.eggersdorf@xxxxxx> wrote:
> Hello,
> I like to add by the way a question, because perhaps the answer solve both:
> If I defined a footprint in SCM and run gsch2pcb,but the footprint
> was'nd found.
> When I opened PCB and browsed the "library" I foud exact this footprint.
>
> Just in this moment I search in the manual for this question, but
> could'nd find yet:
> Is there an "ini"-file in which the locations of available libraries
> are defined?
> If I download the library from Luciani, how can I open it and use it?
>
> Three questions with perhaps the same answer...?
>
> With best regards
> Manfred
>
>