<!--- This file is generated automatically from .metadata.org File edits may be overwritten! --->
- Name: <<name>>
- Description: <<description>>
- Version: <<version>>
- Date: <<release-date>>
- License: <<license>>
- URL: <<repository-url>>
- Author: <<author>>
- Email: <<email>>
- Copyright: <<copyright>>
- References:
- <<references>>
Download and install.
https://www.kicad.org/download/
sudo add-apt-repository --yes ppa:kicad/kicad-6.0-releases
sudo apt update
sudo apt install --install-recommends kicad
guix install kicad kicad-doc kicad-symbols kicad-footprints kicad-packages3d kicad-templates
Preferences > Configure Paths
Add KICAD6_USER_DIR to be path of this cloned repository
Preferences > Manage Symbol Libraries
Add library:
Nickname | Library Path | Library Format |
---|---|---|
Janelia | ${KICAD6_USER_DIR}/janelia.kicad_sym | KiCad |
Preferences > Manage Footprint Libraries
Add library:
Nickname | Library Path | Library Format |
---|---|---|
Janelia | ${KICAD6_USER_DIR}/janelia.pretty | KiCad |
git clone <<repository-url>>
cd <<repository-name>>
make metadata-edits
make metadata
make file-edits
exit