Home · Modules · All Classes · All Namespaces
Installation

Installing from source on Linux

Requirements

Building TelepathyQt requires:

For the full set of regression tests to run, you'll also need:

and to build the example VoIP call UI (examples/call), you'll need:

Building also requires the cmake build system.

Building

After installing all dependencies, run:

$ mkdir build; cd build
$ cmake ..
$ make
$ make install