Author Topic: Notes on compiling Mythphone - it looks promising....  (Read 13303 times)

archived

  • Hello, I'm new here
  • Posts: 0
    • View Profile
Notes on compiling Mythphone - it looks promising....
« 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.