Compile OpenWengo on Gentoo
Mon, 2005-12-19 16:42 — serverleader
- download the source
svn --non-interactive --username guest --password guest co http://dev.openwengo.com/svn/openwengo
- install [url=http://www.scons.org]SCons[/url]
emerge scons
- start compiling
QTDIR=/usr/qt/3 scons softphone-runtime
- now the executable should be under openwengo/build-wengo/linux2-debug/softphone/runtime
- 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