diff options
author | Niels Horn <niels.horn@gmail.com> | 2011-01-01 11:57:11 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-01-02 00:27:35 -0600 |
commit | d8c2deb4a081da05c2e8648e109f9275f1dcc70c (patch) | |
tree | 35dcf2cd60b185725421215efd815d23a26a21ea /development/eagle/README | |
parent | f6746f7cf3b3b16e8c8a2388f1a27822f3b5818e (diff) | |
download | slackbuilds-d8c2deb4a081da05c2e8648e109f9275f1dcc70c.tar.gz |
development/eagle: Updated for version 5.11.0.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'development/eagle/README')
-rw-r--r-- | development/eagle/README | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/development/eagle/README b/development/eagle/README index 65516f37a5..c093a1c7d1 100644 --- a/development/eagle/README +++ b/development/eagle/README @@ -1,21 +1,22 @@ 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. +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. +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 -This script installs the English documentation. With version 5.10.0 German and -(some) Chinese documentation is included as well. To select them, run this -script as: +This script installs the English documentation. With version 5.10.0 +German and (some) Chinese documentation is included as well. To select +them, run this script as: # LANG=<xx> ./eagle.SlackBuild |