X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f Date: Tue, 14 Feb 2012 13:47:15 -0500 Message-Id: <201202141847.q1EIlF9G026230@envy.delorie.com> From: DJ Delorie To: geda-user AT delorie DOT com In-reply-to: <20120214002937.42099880@svelte> (message from Colin D Bennett on Tue, 14 Feb 2012 00:29:37 -0800) Subject: Re: [geda-user] pcb footprint search path? References: <20120214002937 DOT 42099880 AT svelte> 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 Precedence: bulk > My question is, how can I tell the Import Schematics feature of pcb > to look in the Footprints directory for my footprint files? File->Preferences and set the path. If your footprints show up in PCB's library window, they're available for import. Or put it in ./pcb.settings or ~/.pcb/settings: lib-newlib = /envy/dj/geda/gedasymbols/www/user/dj_delorie/footprints:footprints > I see from the pcb manual that there is a make+Makefile support > mode, but it sounds difficult to write the required Makefile, since > it would need to produce a pcb command script to insert the proper > footprints, etc., at least as I read it. No, it just needs to run gnetlist, which is all PCB does. A sample gnetlist line is: gnetlist -g pcbfwd -o $(OUT) $(SRCLIST)