= README file for QtTapioca =

== Obtaining the sources from Subversion ==

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

 $ svn co https://svn.sourceforge.net/svnroot/tapioca-voip/trunk/tapioca-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, QtTelepathy and the CMake
build system installed, and then execute the following commands:

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