Skip to content
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.

Latest commit

 

History

History
379 lines (288 loc) · 8.26 KB

.metadata.org

File metadata and controls

379 lines (288 loc) · 8.26 KB
<!---
This file is generated automatically from .metadata.org
File edits may be overwritten!
--->

About

- Name: <<name>>
- Description: <<description>>
- Version: <<version>>
- Date: <<release-date>>
- License: <<license>>
- URL: <<repository-url>>
- Author: <<author>>
- Email: <<email>>
- Copyright: <<copyright>>
- References:
  - <<references>>

Install Kicad

Windows or MacOS

Download and install.

https://www.kicad.org/download/

Linux

Ubuntu

sudo add-apt-repository --yes ppa:kicad/kicad-6.0-releases
sudo apt update
sudo apt install --install-recommends kicad

Guix

Install Guix

Install Guix

Install kicad

guix install kicad kicad-doc kicad-symbols kicad-footprints kicad-packages3d kicad-templates

Setup Libraries

Configure Paths

Preferences > Configure Paths

Add KICAD6_USER_DIR to be path of this cloned repository

Manage Symbol Libraries

Preferences > Manage Symbol Libraries

Add library:

NicknameLibrary PathLibrary Format
Janelia${KICAD6_USER_DIR}/janelia.kicad_symKiCad

Manage Footprint Libraries

Preferences > Manage Footprint Libraries

Add library:

NicknameLibrary PathLibrary Format
Janelia${KICAD6_USER_DIR}/janelia.prettyKiCad

Development

Install Guix

Install Guix

Clone Repository

git clone <<repository-url>>
cd <<repository-name>>

Edit .metadata.org

make metadata-edits

Tangle .metadata.org

make metadata

Edit files

make file-edits
exit

Tangled Files