= README file for QtTelepathy =

== Obtaining the sources from Subversion ==

To obtain the current source code of QtTelepathy, execute the following
command (requires the Subversion version control system client):

 $ svn co https://svn.sourceforge.net/svnroot/tapioca-voip/trunk/telepathy-qt

Once you have checked out a working copy as described above, you can update it
to the newest available sources with a mere:

 $ svn up

== Building ==

To build the library, first make sure you have Qt4, and the CMake
build system installed, and then execute the following commands:

 $ mkdir telepathy-qt-build
 $ cmake ../telepathy-qt
 $ make
