how can I select local library as active library

Asked by herbert

when I open module editor, I need to select an active library, but I can not find my new created local library, why? when I select the library list below, it's read only. how can I select local library as active library? I installed kicad on ubuntu 14.04

Question information

Language:
English Edit question
Status:
Solved
For:
KiCad Edit question
Assignee:
No assignee Edit question
Solved by:
Wayne Stambaugh
Solved:
Last query:
Last reply:
Revision history for this message
Best Wayne Stambaugh (stambaughw) said :
#1

For future reference, this website is for KiCad developers. User questions should be posted on the KiCad users group at https://groups.yahoo.com/neo/groups/kicad-users/info. If you cannot get your questions answered there (which is rare), only then should you post a user question to the developers site. Developer resources are limited and time spent answering a user question is time not spent working on the KiCad source.

To select a local library as the active library, the local library must be added to the footprint library table. Using footprint library tables are fairly well document The CvPcb and Pcbnew reference manuals. When you create a new library from either an existing library or an exiting footprint, the new library is not automatically added to the footprint library table. You must manually add it yourself. The reasoning behind this behavior is it is impossible to know if the library you just created is part of the current project or if you are just creating libraries for use outside the current project.

Revision history for this message
herbert (herbert-0) said :
#2

Thank you very much!

Revision history for this message
herbert (herbert-0) said :
#3

Thank you very much!

Revision history for this message
herbert (herbert-0) said :
#4

Thanks Wayne Stambaugh, that solved my question.