diff options
author | DhabyX <slack.dhabyx@gmail.com> | 2017-02-13 22:36:49 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-02-18 07:54:08 +0700 |
commit | 46a3dcddd70c333fad17bcad333fa73dcecd3f92 (patch) | |
tree | 5ad9aa738590de26b4947e595be0f0f8b7270a47 /graphics/pencil3/README | |
parent | 0a4b66236dcde6424372e8fa0013be6bed8f8d6d (diff) |
graphics/pencil3: Added (Sketching and GUI prototyping tool).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics/pencil3/README')
-rw-r--r-- | graphics/pencil3/README | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/graphics/pencil3/README b/graphics/pencil3/README new file mode 100644 index 000000000000..1b99634cc09a --- /dev/null +++ b/graphics/pencil3/README @@ -0,0 +1,22 @@ +Pencil is built for the purpose of providing a free and open-source +GUI prototyping tool that people can easily install and use to create +mockups in popular desktop platforms. + +This package is a release candidate, use at your own risk. + +This version can be installed along with 2.0.x version without any problem. + +Optional features + +ELECTRON (default=no): This requires electron, available in SBo. +To use pencil3 with some version of electron previously installed in the system. +Otherwise the SlackBuild use and download electron required for pencil3. + +BINARY (default = no): Use it to create a binary package, this option requires +downloading electron for the architecture of your system, close to 40MiB. +You can install electron package from SBo with the INSTALL_ZIP=yes option, +to avoid The download. + +If you need to use any option do something like: + +ELECTRON=yes ./pencil3.SlackBuild |