[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: gEDA-user: Gschem/Custom Symbol/Path
On 07/26/2009 08:53 PM, Mike Hansen wrote:
> I just transferred my Linux image to a new box and installed Gschem.
> I have custom symbols for gschem that are in their own directories.
> Now when I load up the schematics I get the dreaded "component not
> found" on the schematic in place of the component diagram for custom
> components. I know I have to modify one of the rc files(I think) but
> I cannot for the life of my figure out which file it is. I know the
> directory for the custom symbol has to be defined in one of the rc
> files.
>
> Thanks!
>
Put this in a file called "gafrc" (no extension) in your project
directory. Alternatively, put it in your /home/*username*/.gEDA directory:
(component-library "/home/ethan/electronics/symbols")
(component-library "/home/ethan/electronics/footprints/")
(component-library-search "/home/ethan/electronics/footprints")
(source-library ".")
In your /home/username/.pcb directory, edit "preferences" and put your
footprint library path there. I have
library-newlib = ~/gaf/footprints
Regards,
Ethan
_______________________________________________
geda-user mailing list
geda-user@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user