Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 488 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 488 Bytes

This is a telepathy connection manager for tox.

It can be compiled using the standard autotools way:

autoreconf -i     # only needed if compiling from git
./configure
make
sudo make install

The only dependencies toxcore and glib. You also need Vala with the patch from Bug 735437, otherwise receiving a message will fail if the contact window isn't open.