Setup Kicad correctly?

Werner Almesberger werner at openmoko.org
Thu May 14 21:03:37 CEST 2009


I wrote:
> now. We can clean up the build process later. (There are also a few
> things I'd like to change in KiCad to make it better batch-able, so
> that will be a good moment.)

By the way, this is my pseudo-Makefile for updating the generated files.
"Pseudo", because of the manual printing step in the middle.

- Werner

---------------------------------- cut here -----------------------------------

all:
	cd components && ./mkloe
	./expand-pintype ../components/gta02-core.lib \
	  ../components/gta02-core-expanded.lib
	# redo print
	cd .. && scripts/all-sheets-ps
	cd .. && gzip -f -9 gta02-core-all.ps
	scp ../gta02-core-all.ps.gz \
	  werner at sita.openmoko.org:public_html/gta02-core/



More information about the Gta03 mailing list