Script for easy Processing install on Ubuntu and Linux system alike.
Usage is very simple follow this steps.
- Download Processing from the offical web Official Web
- Don't extract the Processing 3 compress file
- Download the installation script: InstallProcessing.sh
- Now Make sure that both Processing compress file and the "InstallProcessing.sh" are in the same directory.
- Open Terminal(Crtl+Alt+t) and go to the files directory.
- Pay attention to your processing version number in my case was 3.3.6.
- Now execute the script with sudo adding your version number at the end:
sudo InstallProcessing.sh 3.3.6
- Enjoy!