README 962 B

123456789101112131415161718192021222324
  1. Pencil is built for the purpose of providing a free and open-source
  2. GUI prototyping tool that people can easily install and use to create
  3. mockups in popular desktop platforms.
  4. Warning: This SlackBuild requires network access when it runs, meaning
  5. it downloads files from the Internet with root access. You should
  6. decide for yourself whether or not you think this is a good idea.
  7. Optional features:
  8. ELECTRON (default=no): This requires electron, available in SBo. Use
  9. pencil3 with some version of electron previously installed in the
  10. system. Otherwise the SlackBuild uses and downloads electron required
  11. for pencil3.
  12. BINARY (default=no): Use it to create a binary package. This option
  13. requires downloading electron for the architecture of your system,
  14. close to 40MiB. You can install the electron package from SBo with
  15. the INSTALL_ZIP=yes option, to avoid the download.
  16. If you need to use any option do something like:
  17. ELECTRON=yes ./pencil3.SlackBuild