diff options
author | Niels Horn <niels.horn@gmail.com> | 2010-11-03 01:16:28 +0000 |
---|---|---|
committer | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-11-22 19:44:56 +0100 |
commit | 946e20caee40ab55b7ff0314930379e2601cb2d2 (patch) | |
tree | 25b6883e97765de50f402c36341375f52977c571 /development/eagle/README | |
parent | b8328fa9ab6fe96994b30e4db073f3d9d68cb95c (diff) | |
download | slackbuilds-946e20caee40ab55b7ff0314930379e2601cb2d2.tar.gz |
development/eagle: Added. (schematic capture program)
Signed-off-by: Michiel van Wessem <michiel@slackbuilds.org>
Diffstat (limited to 'development/eagle/README')
-rw-r--r-- | development/eagle/README | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/development/eagle/README b/development/eagle/README new file mode 100644 index 0000000000..65516f37a5 --- /dev/null +++ b/development/eagle/README @@ -0,0 +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. + +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: + + # LANG=<xx> ./eagle.SlackBuild + +where <xx> = "de" for German and "zh" for Chinese. |