My component and footprint library for the KiCad PCB design suite
- Clone to wherever (I like
~/projects
) and$ cd /path/to/kicad-lib
- Edit
kicad.sh
so thatKISYSMOD
is defined as/path/to/kicad-lib/footprints
$ chmod +x linklibs
(if not in linux, directories in this script should be edited accordingly)$ ./linklibs
(this will ask for your sudo password)- logout and log back in - kicad will now use these footprint files
- for each new kicad project, select the component libraries manually using Preferences > Library in eeschema