============
What is it ?
============

WengoPhone is a free voice over Internet phone under the GNU GPL license.

The graphical interface is programmed in C++ using Qt 3.3
(http://www.trolltech.com/). SIP and RTP implementations are inside
Wifo (aka phApi, Phone API, programmed in C, works under Unix and Windows):

What do you need ?
==================

 - a compiler (Microsoft .NET's compiler on Windows, GCC on posix platforms)
 - Qt 3.3.4, compiled with RTTI, STL and exceptions
 - python + scons;
 - Boost 1.33.0 with serialization, threading and unit testing support : http://www.boost.org/.

How to compile it ?
===================

To build openwengo we use a tool named scons (http://www.scons.org). It's
a project built on Python, so you'll have to install Python then SCons.

With SCons you are able to define "targets" who will build a certain part
of the source tree. To compile the current softphone, just type :

scons softphone softphone-runtime

The resulting binaries can be found in this directory :

build-wengo/<arch>-<compilationmode>/softphone/runtime

What are the build options ?
============================

See http://dev.openwengo.com/trac/openwengo/trac.cgi/wiki/BuildFromSource for
more information.

Our wiki is here ! http://dev.openwengo.com/trac/openwengo/trac.cgi/

-- 
	Tanguy Krotoff <tanguy.krotoff@wengo.fr>
	David Ferlier <david.ferlier@wengo.fr>

