In KiCad v10-rc2 and onwards, the kicad-symbols repository is "unpacked" to make library contributions easier and reduce merge conflicts. This means that every symbol is a separate file. This can be very slow on some systems.

A optional build step has been added to the existing CMake script in the kicad-symbols repository to "pack" the libraries to one file per library and update the library table file. It is likely this is the most appropriate format for most users. Packing is enabled by default, but it does require Python.

There is a CMake variable "KICAD_PACK_SYM_LIBRARIES=ON/OFF", which defaults to ON. You may also wish to set this explicitly. “packing” matches the format from V9 and earlier.

Cheers,

Wayne


--
You received this message because you are subscribed to the Google Groups "KiCad 
Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion visit 
https://groups.google.com/a/kicad.org/d/msgid/devlist/001b97f6-95fa-40ce-8d41-8da9eaee0c29%40gmail.com.

Reply via email to