Compile OpenWengo on Gentoo

  1. download the source
    svn --non-interactive --username guest --password guest co http://dev.openwengo.com/svn/openwengo
  2. install [url=http://www.scons.org]SCons[/url]
    emerge scons
  3. start compiling
    QTDIR=/usr/qt/3 scons softphone-runtime
  4. now the executable should be under openwengo/build-wengo/linux2-debug/softphone/runtime
  5. Now, in order to execute wengophone you have two solutions:
    A.add to your environment variable LD_LIBRARY_PATH your runtime dir
    export LD_LIBRARY_PATH=.:$LD_LIBRARY_PATH
    B.use the script "run_wengophone" located in "openwengo/script"
    * copy this script in your runtime dir
    * run this script