« Terms to address Asians | Main | Check Washing »
December 22, 2005
psi-jingle
libjingle is a library made by Google that extends the Jabber protocol to support voice calls.
Now google is releasing the library and this opens the door for open source IMs, what a great job!
As I've messed with Psi before, I checked out Psi's website and happily found they're porting libjingle to psi!
Here is the steps to build the software:
1. darcs get --partial --set-scripts-executable http://dev.psi-im.org/darcs/psi-jingle
2. sudo yum install speex
3. build qca manually, or use yum.
3. sudo yum install qca-tls
(If you decide to build qca manually, it's a little trickier because "make install" doesn't do anything, you have to copy the library to the correct plugin path of QT.)
4. build ortp-0.7.1 manually, you have to use this version.
5. configure psi correctly:
./configure --with-glib-inc=/usr/include/glib-2.0 --with-glibconfig-inc=/usr/lib/glib-2.0/include/ --with-ortp-lib=/usr/local/lib/ --with-ortp-inc=/usr/local/include/ --with-speex-inc=/usr/include/ --with-speex-lib=/user/lib --enable-jingle --with-qca-inc=/home/wh5a/qca-1.0/src/ --with-qca-lib=/home/wh5a/qca-1.0/
See my snapshot:
By the way I'm using Xming as the X server under Windows, thanks to nofog.
Posted by Roy at December 22, 2005 12:07 PM