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.
Clone the git repo to your system. For this guide, I will assume it is cloned to
~/caraeagle
git clone [email protected]:arcc/eagle ~/caraeagle
Then add the libraries to Eagle:
- Launch Eagle
- On the Eagle Control Pannel, go to Options > Directories
- Add
$HOME/.caraeagle/XXX:
, where XXX is one of the following- lbr
- dru
- ulp
- scr
- cam
Work In Progress. If you use Windows and have configured, please document and open a PR.
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.