I added the KiCad ppa for ubuntu and installed it on Mint. Here are the bugs I faced:
Upon installing KICad library, putting a component with P does not give me all ocmponents (only 69). If I go and click on the icon, the 3000+ components show up;
-With P only power symbols are displayed. What “icon” do you mean?
-The current project only sees the libraries loaded into the project. You can have thousands of libraries in your hard disc and only those loaded are available in your project.
Design decision.
In the current system it does make sense because the name of a symbol must be unique over all libraries that are active in a project. (In case of a conflict the symbol in the lib with the highest priority wins.)
With the current version you can simply put your own libs above the system libs. This way your personal symbols are chosen in case of a naming conflict.
Hi - another Bob here and first time post. I joined this forum to ask essentially the same question after an hour of struggling to understand how the Github libraries are supposed to work. Evidently we must add each of them explicitly after downloading the entire 65+ MB zip file to a local hard drive. I’ve done this, but it sure isn’t the way I thought it would work.
I would like to have the largest selection of libraries (both schematic symbols and footprints) available for every project I create (without having to search and add). To that end, I would appreciate more detailed instructions or refernce to to a website or tutorial that shows how to modify the project template to include every main component library as you have done. It would be most helpful if this were done for a Windows-based system. I already have downloaded the kicad_library_master from github and am running KiCad version 4.0.5
Sure, the project template is C:\Program Files\KiCad\share\kicad\template\kicad.pro. You will need admin rights to change it. so for example run notepad as admin (right click over notepad icon and choose “Run as administrator”)
Then you need to change the following lines.
Perfect, thanks very much! I did the edits with Admin rights and the file does indeed show the changes, but when I closed and re-opened KiCad only the same limited original libraries (plus those I added or created) are listed. The path /Program FIles/KiCad/share/kicad/template does appear in the current search path list, so I have no clue why the whole list of libraries isn’t showing up. Any idea? Did I miss a step?