kekekeks / skypetab-ng

A program that adds tabs to Skype™ for Linux
skypetab-ng
GNU Lesser General Public License v3.0
76 stars 4 forks source link

SkypeTab is a program that adds tabs to Skype™ for Linux.

Project page (description, demo, repositories, etc).

Compilation & Installation

First you need environment that's able to compile 32-bit code. You also need libX11 and Qt and headers for them.

Run qmake -spec linux-g++-32 && make

Then you will be able to start SkypeTab using LD_PRELOAD=`pwd`/libskypetab.so skype

Note, LD_PRELOAD requires full path to the library

Coding "guidelines"

If you want to participate, please, use tabs for indention and spaces for formatting. Thank you.