LinuxMCE Forums

Archive => Archive => MythTV Plugin Users => Topic started by: archived on October 03, 2005, 11:48:31 pm

Title: Notes on compiling Mythphone - it looks promising....
Post by: archived on October 03, 2005, 11:48:31 pm
Hi.

I've compiled mythphone as video phone plugin and I'm sharing my compiling notes if someone will play with it...

Code: [Select]

tar -xjf mythplugins-0.18.1.tar.bz2
cd mythplugins-0.18.1
./configure --help
./configure --disable-all --enable-mythphone
#./configure --disable-all --enable-mythphone --enable-festival


qmake mythplugins.pro

# change this in settings.pro :
#isEmpty( PREFIX ) {
#    PREFIX = /usr
#}
# to /usr instead of /usr/local


make
make install
exit



With Festival compile doesn't yet work, but I'm sure it's manageable....

I've connected mythphone to Asterisk and make some test calls. I'll yet try pwc usb camera, when it will work....

Maybe someone else will try it too - it seems quite easy to compile it...

HTH,

regards,

Rob.