diff options
author | Kyle Guinn <elyk03@gmail.com> | 2010-05-11 22:53:29 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 22:53:29 +0200 |
commit | 15bd032b578c8c2cf81b59fb3aac001df9fca785 (patch) | |
tree | e8e925870eb2fadcccb82cd9d133cc4c5075b980 /development/eagle/README | |
parent | bc78728a9a7720e2fb0d0d13a548b370446404b9 (diff) | |
download | slackbuilds-15bd032b578c8c2cf81b59fb3aac001df9fca785.tar.gz |
development/eagle: Added to 12.1 repository
Diffstat (limited to 'development/eagle/README')
-rw-r--r-- | development/eagle/README | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/development/eagle/README b/development/eagle/README new file mode 100644 index 0000000000..2993906a48 --- /dev/null +++ b/development/eagle/README @@ -0,0 +1,13 @@ +The EAGLE Layout Editor is an easy to use, yet powerful tool for designing +printed circuit boards (PCBs). The name EAGLE is an acronym, which stands for +Easily Applicable Graphical Layout Editor. The program consists of three main +modules (Layout Editor, Schematic Editor, and Autorouter) which are embedded +in a single user interface. + +If EAGLE prompts for a license key the first time it is run, point it toward +the freeware license file located at /opt/eagle-VERSION/bin/freeware.key, or +purchase a license to unlock advanced features. + +After the key is accepted, you may wish to change the permission of +/opt/eagle-VERSION/bin/eagle.key so that it is no longer world-writable. + chmod 0644 /opt/eagle-VERSION/bin/eagle.key |