[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: gEDA-user: DB9 -> DE9
> How do you achieve that?
For gschem, put a "gschemrc" file in your working directory that looks
like this:
(component-library "./syms")
It doesn't take out the existing files, but you could just delete them ;-)
For PCB (gtk version), use File->Preferences->Library
Set it to something like "~/geda/pcb-hid/share/pcb/newlib". You may
have to restart PCB to take effect.
For the lesstif version, you want this in .Xdefaults:
Pcb.lib-newlib: /envy/dj/house/furnace/pcb2
Pcb.lib-path: /dev/null
(the first is for newlib, the second shuts off the old m4 library)