# # # 24-Mar-05 amo Try pcb.SourceForge.net and gsch2pcb # # http://pcb.SourceForge.net/ http://easynews.dl.sourceforge.net/sourceforge/pcb/pcb-20050315.tar.gz # # # # # gory details # http://www.meierrippin.com/pcb_landpattern_design.pdf # # cd /usr/local/src # tar zxpvf pcb-20050315.tar.gz # cd pcb-20050315 # ./configure # # install into: # ./configure --prefix=/opt/pcb # ./configure --prefix=/usr/local/pcb # make # cd src ./pcbtest.sh # ./pcbtest.sh ../example/68HC11 ./pcbtest.sh ../tutorial/tut1.pcb # # cd .. # make install # # cd /usr/local/bin # ./pcb # # # ----------------------------------------------------------------- # # gEDA-> pcb # ---------- # http://members.dslextreme.com/users/billw/gsch2pcb/gsch2pcb.html # http://members.dslextreme.com/users/billw/gsch2pcb/gsch2pcb-1.4.tar.gz # # http://ldp.rtin.bz/linuxfocus/English/December2004/article355.shtml # # http://www.freelabs.com/~whitis/software/gschem2xpcb/ # # cd /usr/local/src # tar zxpvf /usr2/SrcCD/EDA/PCB/gsch2pcb-1.4.tar.gz # make # make install PREFIX=/usr/local # # # ----------------------- # # create the schematic # gschem foot.sch # # create the pcb footprint # gsch2pcb foo.sch # # edit the pcb pcb foo.pcb # # # # End of file