X-Authentication-Warning: delorie.com: mail set sender to geda-help-bounces using -f X-Recipient: geda-help AT delorie DOT com Date: Thu, 5 Jan 2023 02:33:40 +0100 (CET) From: Roland Lutz To: "Dmitry (dmitry1976 AT gmail DOT com) [via geda-help AT delorie DOT com]" Subject: Re: [geda-help] gnetlist additional symbols repository In-Reply-To: Message-ID: <57aba321-2ac6-672-997-205298a1812@grinsen-ohne-katze.de> References: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Reply-To: geda-help AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-help AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Hi Dmitry, On Thu, 5 Jan 2023, Dmitry (dmitry1976 AT gmail DOT com) [via geda-help AT delorie DOT com] wrote: > I can't find how to teach gnetlist to find my custom components in a > directory other than the system components directory. > For example in /custom/path/mylib/ there are some .sym files with my > custom components. > For gschem can find them it is sufficient to add to gschemrc file string: > > (component-library "/custom/path/mylib/" "My Lib") gschemrc is only read by gschem, just like gnetlistrc is only read by gnetlist. Custom symbol directories should be specified in gafrc which is read by both. Roland