Electronic – How to install a KiCad schematic or footprint library

cadkicadlayoutschematicstutorial

After I download a KiCad schematic library or footprint library —
such as the ones from http://kicadlib.org/
how do I use it in my schematic and layout?

Should I install that KiCad library file somewhere in the KiCad program folders ( C:\Program Files\KiCad\ ), or a copy of that file in each and every project that uses anything out of that file?

Then what do I do to get the things in the library to show up on my schematic or my layout?
I don't see "using 3rd party libraries" in the KiCad FAQ or the tutorials it mentions. Is there a "using 3rd party libraries" tutorial on the KiCad wiki that I'm overlooking?

Best Answer

Leon's link is right on the mark as far as importing downloaded libraries into KiCad.

I highly recommend all of the posts from curiousinventor.com. Start here and go through all of the posts. There aren't that many, and they are quick and easy reads.

In a nutshell, the icons in the toolbar are your friends, so learn them right away. You'll put parts into you schematic with the "Place a Component" function in the right toolbar. You can pick the part you want by using "Select by Browser", or you can do a keyword search. The problem with the keyword search is that if you've modified a component and saved it into your own custom library, when you search for the keyword you'll get multiple instances, and you won't be able to tell which library the instance is from! So in this case, "Select by Browser" is the way to go.