| www.delorie.com/archives/browse.cgi | search |
| X-Authentication-Warning: | delorie.com: mail set sender to geda-user-bounces using -f |
| X-Recipient: | geda-user AT delorie DOT com |
| X-Mailer: | exmh version 2.8.0 04/21/2012 (debian 1:2.8.0~rc1-2) with nmh-1.5 |
| X-Exmh-Isig-CompType: | repl |
| X-Exmh-Isig-Folder: | inbox |
| From: | karl AT aspodata DOT se |
| To: | geda-user AT delorie DOT com |
| Subject: | Re: [geda-user] adding footprints and schematic symbols from CVS |
| In-reply-to: | <1386687407.1786.681.camel@benjamin-hp> |
| References: | <1386442454 DOT 1786 DOT 654 DOT camel AT benjamin-hp> <201312071920 DOT rB7JKCT0001853 AT envy DOT delorie DOT com> <20131210131002 DOT 68AAB80459E9 AT turkos DOT aspodata DOT se> <1386687407 DOT 1786 DOT 681 DOT camel AT benjamin-hp> |
| Comments: | In-reply-to "Benjamin L. Naber" <benjamin AT project23d DOT com> |
| message dated "Tue, 10 Dec 2013 09:56:47 -0500." | |
| Mime-Version: | 1.0 |
| Message-Id: | <20131210151644.E723380459E9@turkos.aspodata.se> |
| Date: | Tue, 10 Dec 2013 16:16:44 +0100 (CET) |
| X-Virus-Scanned: | ClamAV using ClamSMTP |
| Reply-To: | geda-user AT delorie DOT com |
| Errors-To: | nobody AT delorie DOT com |
| X-Mailing-List: | geda-user AT delorie DOT com |
| X-Unsubscribes-To: | listserv AT delorie DOT com |
Benjamin:
> I did a linux command to find all .fp files and copy them to a
> directory.
Ohh, it's not a good idea to copy all the cvs .fp files to a common dir,
there might be name clashes and files migth overwritten.
$ find /Net/cvs/cvs.gedasymbols.org/www/user/ -type f -name \*.fp | sed -e 's|.*/||' | sort | uniq -c | sort -n | tail
4 DIP6.fp
4 SO8.fp
5 0603.fp
5 DIP14.fp
5 DIP16.fp
5 DIP18.fp
5 DIP20.fp
5 DIP8.fp
6 0805.fp
6 SOT23.fp
$
Well, there is six files named SOT23.fp.
> I tried two methods to have it update PCB. First I tried changing the
> folder in the program itself, and then I tried changing it in the .conf
> file
>
> No dice.
I have not been able to tell pcb in a config file what directories to
use, the command line workd though. Did you try:
pcb --lib-newlib your_folder
> Is there some kind of index that has to be made in order for PCB to
> populate the component library?
I don't know.
Regards,
/Karl Hammar
-----------------------------------------------------------------------
Aspö Data
Lilla Aspö 148
S-742 94 Östhammar
Sweden
+46 173 140 57
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |