KiCad: Difference between revisions
Jump to navigation
Jump to search
(KiCad pcb maker software) |
|||
| (4 intermediate revisions by 2 users not shown) | |||
| Line 4: | Line 4: | ||
https://github.com/KiCad | https://github.com/KiCad | ||
== Projects == | |||
[[File:NUBplug.png|900px]] | |||
=== Install Notes (Arch) === | === Install Notes (Arch) === | ||
pacman -S kicad | pacman -S kicad kicad-library kicad-library-3d | ||
Download library https://github.com/KiCad/kicad-library and add to search path for symbols | Download library https://github.com/KiCad/kicad-library and add to search path for symbols | ||
Use Footprint wizard to install from github, may require changing folder permissions, or selecting appropriate directory. | Use Footprint wizard to install from github, may require changing folder permissions, or selecting appropriate directory. | ||
=== Additional Libraries === | |||
*ESP8266 | |||
**https://github.com/jdunmire/kicad-ESP8266 | |||
*Stavros' | |||
**https://github.com/skorokithakis/kicad-lib | |||
Latest revision as of 18:00, 9 October 2017
KiCad is awesome you should try it, it could use a good getting started guide, this isn't it... yet.
Projects[edit | edit source]
Install Notes (Arch)[edit | edit source]
pacman -S kicad kicad-library kicad-library-3d
Download library https://github.com/KiCad/kicad-library and add to search path for symbols
Use Footprint wizard to install from github, may require changing folder permissions, or selecting appropriate directory.