= README file for Telepathy# =

== 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-sharp

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:

 $ ./autogen
 $ make
