User Tools


Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
ee:kicad:start [2016/11/10 19:25]
James Irwin created
ee:kicad:start [2016/12/05 10:42] (current)
Ryan Summers
Line 1: Line 1:
 ====== Kicad ====== ====== Kicad ======
  
 +Kicad is the software we use for designing PCBs.
 +
 +===== Installation =====
 +For linux, just run
 +  sudo add-apt-repository --yes ppa:​js-reynaud/​kicad-4
 +  sudo aptitude update
 +  sudo aptitude install kicad kicad-library
 +  ​
 +For Windows,you can download it [[http://​kicad-pcb.org/​download/​windows/​|here]].
 +
 +===== Introduction =====
 +Below is a video with a short introduction to KiCAD.
 +{{youtube>​eulAvdYqYGg?​medium}}
 +  ​
 +===== Common Issues =====
 +On linux, when you try to open up stuff, it may say you're missing a ton of libraries. To fix this, launch EESchema, then go to "​Preferences->​Component Libraries"​. Add  `/​usr/​share/​kicad/​library` to the user defined search path.