-
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.
Hey!, thanks for the info, I had run into a little thing that maybe would help someone else.
Before point
5I had to add the keys for AG-Projects to have
python-sipsimplepython-eventlibSo I followed this guide:
http://projects.ag-projects.com/projects/documentation/wiki/Repositories
Added lines into
/etc/apt/sources.list(Mine is Quantal, check yours at the link)and then point 5 with also package
python-cjsonThanks again!