When I attempt to open and application other than KiCad I’m prompted to copy or create symbol or footprint table (depending on which app I attempt to open.)
The message states, “If you are not sure which option to select, please use the default selection”. The problem is, that this option is grayed out - and therefore not available as a selection:
Not sure how to proceed.
I’ve excited to starte learning KiCad and EDA.
Thank you for the help.
Aside: As I wasn’t sure how to proceed, I had to “force quit” application - as there was no option to cancel, etc. Not a big deal, just an FYI.
If I were to stay with 5.1.5, is there no other viable option? Maybe creating an empty symbol/footprint table? I don’t know enough abut the system and/or subject matter to make that call; thought it was worth asking.
You can add the libs manually to the lib table by use of the library manager (assuming the libraries are installed) See Library management in KiCad version 5
You can also download the lib table from github and copy that one to your config directory Where are the configuration files (settings, library tables)? If you use this option then make sure the path variables point to the correct directory. (Benefit you get the library descriptions we add to the official lib. Downside you might need to handle path variables)
If the library files are not installed then download the lib files from github. Details in the library management FAQ article posted above (section “Updating the official library” and below)