EionRobb / skype4pidgin

Skype Plugin for Pidgin, libpurple and more
https://github.com/EionRobb/skype4pidgin/tree/master/skypeweb#skypeweb-plugin-for-pidgin
624 stars 88 forks source link

Debian 64bit, cmake error - glib2.0 not found #605

Closed bep11 closed 6 years ago

bep11 commented 6 years ago

Hello, I built skype4pidgin without problems on a 32bit machine. However, I needed it on a 64bit notebook and here built failed with a "glib-2.0 not found" error. There is no libglib2.0 for 64bit machines but a libglib2.0.0 package. What do I have to change to build the 64bit package? Thanks

dequis commented 6 years ago

Install libglib2.0-dev

bep11 commented 6 years ago

Thank you very much! That worked. I have a more general question. Does the plugin depend either the full (Linux) skype package? I did install the Linux skype package but wonder if this is really necessary. Thanks

ildar commented 6 years ago

It doesn't. It uses webpage of browser version of Skype.

bep11 commented 6 years ago

Hi Ildar, great; thanks for the info.