[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: gEDA-user: Making gsch2pcb prefer files vs m4?



Ben Jackson wrote:
I have jcl's library installed.

You can also install jcl's sch2pcb, specifying the directory and _file_ footprints.


Save a text file as sch2pcb in your project directory and just

./sch2pcb project

to get it to run. It should be something like what's below, changing for your specified footprint directory.

Also deleting your M4 footprints directory is a favorite PCB past time. But try this thing below first.

Phil

_____sch2pcb_____

#!/bin/bash
#this script was written by John Luciani
gsch2pcb --elements-dir /home/phil/pcb/footprints --use-files $@




_______________________________________________ geda-user mailing list geda-user@xxxxxxxxxxxxxx http://www.seul.org/cgi-bin/mailman/listinfo/geda-user