|
KiCADTutorialAddingLibraries
How to add new KiCAD libraries to your projects
This example will use the Opendous KiCAD libraries available through SVN or in the downloads section as KiCAD_Libraries-?.zip. Adding Schematic Symbol LibrariesAfter starting or opening a project, run EEschema. Select Library from the Preferences menu:
Click the Add button to insert a new library:
Find opendous.lib in /library/ directory where you extracted KiCAD_Libraries-?.zip. Click Save Cfg to save the configuration file for the current project:
The library contents will now be available to your project. Check by opening the Library Browser
And browse the new library contents:
Adding Layout Footprint LibrariesAfter starting or opening a project, run PCBnew. Select Library from the Preferences menu:
Click the Add button to insert a new library:
Find opendous.mod in /modules/ directory where you extracted KiCAD_Libraries-?.zip. The library contents will now be available to your project when running CVPCB, the schematic symbol to module linker. Click Save Cfg to save the configuration file for the current project:
NextTutorials - back to the main tutorials page |