README 976 B

123456789101112131415161718192021222324
  1. EAGLE is an easy to use, yet powerful tool for designing printed
  2. circuit boards (PCBs). The name EAGLE is an acronym, which stands for
  3. Easily Applicable Graphical Layout Editor. The program consists of
  4. three main modules (Layout Editor, Schematic Editor and Autorouter),
  5. which are embedded in a single user interface.
  6. If EAGLE prompts for a license key the first time it is run, you can
  7. select EAGLE Express option to run EAGLE as a free version or purchase
  8. a license to unlock advanced features.
  9. After the key is accepted, you may wish to change the permission
  10. of /opt/eagle-VERSION/bin/eagle.key so that it is no longer
  11. world-writable:
  12. # chmod 0644 /opt/eagle-<version>/bin/eagle.key
  13. This script installs the English documentation by default. Starting
  14. from version 5.10.0, German and (some) Chinese documentation is
  15. included as well. To select them, run this script as:
  16. # DOC_LANG=<xx> ./eagle.SlackBuild
  17. where <xx> = "de" for German, "zh" for Chinese, or "all".