Global path to schematic library

Asked by Patrik Bachan

Hi,
I clone library from github regularly and I have it in my home directory. It is quite annoying to add this path manually to all new projects.
Is is possible to add another path to schematic library globally? Is there some env. variable which I can point to schematic library?

xorly

Question information

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

You cannot do this with environment variables yet. That will be available once the new symbol library table is implemented. You can however, modify your default project file (kicad.pro installed in install_path/share/kicad/template folder) to include this path so every time you create a new project, this path is included. The file is a plain text .ini file format so you can edit it with any text editor. Add the following line in the [eeschema] section of the file:

LibDir=/path/to/library/files

Please note, the path separators are forward slashes, even on wIndows.

Revision history for this message
Patrik Bachan (xorly) said :
#2

Thanks you for reply. This solution is ok for most of my projects, but unusable for shared and cooperated projects. Is symbol library table in roadmap?

Can you help with this problem?

Provide an answer of your own, or ask Patrik Bachan for more information if necessary.

To post a message you must log in.