## page was renamed from evolus-pencil
= evolus-pencil =
Opensource tool for making diagrams and GUI prototyping. 
 * https://github.com/prikhi/pencil
 * http://pencil.evolus.vn/

Create a stencil
 * https://pencil-prototyping.readthedocs.io/en/develop/stencil-dev/

== Slackbuild installation ==
{{{#!highlight sh
cd /tmp
wget https://slackbuilds.org/slackbuilds/14.2/graphics/evolus-pencil.tar.gz
tar xvzf evolus-pencil.tar.gz
cd evolus-pencil
wget http://evoluspencil.googlecode.com/files/pencil-2.0.5-1.fc19.noarch.rpm

wget http://evoluspencil.googlecode.com/files/pencil-2.0.5-1.fc19.noarch.rpm                                                                                                                                                             
--2017-02-10 14:27:13--  http://evoluspencil.googlecode.com/files/pencil-2.0.5-1.fc19.noarch.rpm                                                                                                                                           
Resolving evoluspencil.googlecode.com (evoluspencil.googlecode.com)... 173.194.76.82, 2a00:1450:400c:c0b::52
Connecting to evoluspencil.googlecode.com (evoluspencil.googlecode.com)|173.194.76.82|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2017-02-10 14:27:13 ERROR 404: Not Found.
wget https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/evoluspencil/pencil-2.0.5-1.fc19.noarch.rpm
./evolus-pencil.SlackBuild 
installpkg /tmp/evolus-pencil-2.0.5-noarch-2_SBo.tgz
}}}

== Debian install ==
{{{#!highlight sh
wget https://pencil.evolus.vn/dl/V3.1.1.ga/Pencil_3.1.1.ga_amd64.deb
dpkg -i Pencil_3.1.1.ga_amd64.deb
}}}