-
Install python with
sudo apt-get install python. -
Download Blink sources from http://download.ag-projects.com/BlinkQt
-
Extract contents and open the terminal.
-
Change directory into the Blink folder and run
sudo python setup.py install -
Install the following Python libraries:
sudo apt-get install python-sipsimple python-gnutls python-eventlib python-application
- From the command line, open Blink by typing
blink.
When executing
sudo python setup.py installI got this errors:I solved it doing:
sudo apt-get install python-pipsudo pip install CythonBut now back to
sudo python setup.py installI get this error:I solved it doing:
sudo apt-get install libvncserver-devBut now, when typing
blinkI get this: