View Single Post
Posts: 307 | Thanked: 1,460 times | Joined on May 2011 @ Switzerland
#64
Originally Posted by HtheB View Post
I couldn't install this package.

Do you know what command I should do?
tried everything:
Make
Make install
./configure

non of them worked. (i read the README and the INSTALL files, but... that didn't help me a lot...)
The proper order is:
Code:
tar -zxf telepathy-python-0.15.19.tar.gz
cd telepathy-python-0.15.19.tar.gz
./configure
make
make install
you need all of the other dependencies installed before you do that, so run this before:

Code:
apt-get install make python-gobject python-openssl python-gst0.10 python-farsight python-crypto python-dbus
 

The Following User Says Thank You to billranton For This Useful Post: