| 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-Authority-Analysis: | v=2.0 cv=V/z/IJbi c=1 sm=0 a=6jktZp3dcHAl1vye2O6wCg==:17 a=jl9P3j1e7_0A:10 a=M_ffKnrP7SkA:10 a=-22lftkhLlwA:10 a=6WB07kdHjWAA:10 a=8nJEP1OIZ-IA:10 a=A33q9yW-CSya_PgvyrIA:9 a=wPNLvfGTeEIA:10 a=6jktZp3dcHAl1vye2O6wCg==:117 |
| X-Cloudmark-Score: | 0 |
| X-Originating-IP: | 70.113.67.117 |
| Message-ID: | <4F9835CA.9050201@ecosensory.com> |
| Date: | Wed, 25 Apr 2012 12:35:06 -0500 |
| From: | John Griessen <john AT ecosensory DOT com> |
| User-Agent: | Mozilla/5.0 (X11; Linux i686; rv:8.0) Gecko/20120216 Icedove/8.0 |
| MIME-Version: | 1.0 |
| To: | geda-user AT delorie DOT com |
| Subject: | [geda-user] local project dir symbols and footprints |
| References: | <4F915B7C DOT 9000009 AT schinagl DOT nl> <4F959E1F DOT 6010803 AT schinagl DOT nl> <4F9723DC DOT 8010006 AT schinagl DOT nl> <201204242210 DOT q3OMAm6Z017747 AT envy DOT delorie DOT com> <4F97B293 DOT 6000409 AT schinagl DOT nl> |
| In-Reply-To: | <4F97B293.6000409@schinagl.nl> |
| Reply-To: | geda-user AT delorie DOT com |
On 04/25/2012 03:15 AM, Oliver Schinagl wrote:
> that's a good way of putting a schema with custom symbols into a git repo i suppose.
If you're going to use a git repository you can keep the library parts
separate from the schematic, just put statements like this in a gafrc file
in the project dir:
(source-library "${PWD}")
(component-library "${PWD}/symbols")
and a directory called ./symbols in your project directory
and who clones your repository will get it ready to use
with the right symbols.
footprints can be dealt with similarly, but the file ~/.pcb/settings
controls every pcb program you launch to look in:
lib-newlib = /home/john/xxx/xxx/footprints
You need to change that to use the local footprint directory as you use pcb.
John
--
Ecosensory
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |