Skip to content

Latest commit

 

History

History
54 lines (36 loc) · 1.64 KB

File metadata and controls

54 lines (36 loc) · 1.64 KB

CARA Eagle Files

This repository is home to the Center of Advanced Radio Astronomy's Cadsoft Eagle support files.

Cadsoft Eagle is a circuit and pcb design software used for electronics design within CARA. CARA has standardized on Eagle major version 6, so all libraries contained within are not compatible with Eagle 5 or older. At the time of writing (7/2013), the libraries are Eagle 6.4 compatible.

Installation

Linux/OSX

Clone the git repo to your system. For this guide, I will assume it is cloned to ~/caraeagle

git clone git@github.com:arcc/eagle ~/caraeagle

Then add the libraries to Eagle:

  1. Launch Eagle
  2. On the Eagle Control Pannel, go to Options > Directories
  3. Add $HOME/.caraeagle/XXX:, where XXX is one of the following
    • lbr
    • dru
    • ulp
    • scr
    • cam

Windows

Work In Progress. If you use Windows and have configured, please document and open a PR.

Contributions

To contribute to the CARA Eagle Library, please create your own fork of the arcc/eagle repository and commit changes to your own repository. Then open a pull-request and justify/describe your changes.

After a senior Eagle Team member has verified your changes and validated that they check out, they will be merged.

Note: It is not acceptable to commit changes directly to the CARA eagle repository. Please do all work within your own forks.