2

I have downloaded the PinegrowLinux64.2.51.zip file. Here is the content. What do I do from this point on?

enter image description here

Update

I have tried the following and the outcome is seen as:

enter image description here

SarpSTA
  • 1,011

1 Answers1

3

Extract the contents of the archive (preferably to /opt):

sudo unzip PinegrowLinux64.2.51.zip -d /opt/pinegrow

Now create a symbolic link for easier running:

sudo ln -s /opt/pinegrow/Pinegrow\ Web\ Designer /usr/local/bin/pinegrow  

You can now run the program with:

pinegrow  

If you want to create an icon (aka a "launcher") see this question: How can I edit/create new launcher items in Unity by hand? (scroll down a bit if you want a GUI answer).

Seth
  • 59,332