https://github.com/mcous/kicad-lib
Repository for my KiCad components and footprints
https://github.com/mcous/kicad-lib
Last synced: 11 months ago
JSON representation
Repository for my KiCad components and footprints
- Host: GitHub
- URL: https://github.com/mcous/kicad-lib
- Owner: mcous
- License: other
- Created: 2013-05-04T20:31:34.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2021-11-09T02:09:31.000Z (over 4 years ago)
- Last Synced: 2025-05-12T17:38:31.744Z (about 1 year ago)
- Language: Shell
- Homepage:
- Size: 278 KB
- Stars: 42
- Watchers: 10
- Forks: 43
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# kicad-lib
My component and footprint library for the [KiCad PCB design suite](http://www.kicad.org/)
## Quick start
1. Clone to wherever (I like `~/projects`) and `$ cd /path/to/kicad-lib`
2. Edit `kicad.sh` so that `KISYSMOD` is defined as `/path/to/kicad-lib/footprints`
3. `$ chmod +x linklibs` (if not in linux, directories in this script should be edited accordingly)
4. `$ ./linklibs` (this will ask for your sudo password)
5. logout and log back in - kicad will now use these footprint files
6. for each new kicad project, select the component libraries manually using Preferences > Library in eeschema