Wednesday, September 12, 2012

Compiling No Hands on F17

I'm back on F17, on at least one machine I use regularly. I've been looking at No Hands that will allow me to use my desktop as a hands-free set for my mobile. The mobile communicates with the desktop using bluetooth.

I've got it to compile by installing dependencies piece-meal and using the following incantation:

LDFLAGS="-lpthread `pkg-config -cflags --libs dbus-1`" ./configure CXXFLAGS=-fpermissive

I haven't actually got the code working yet (seems I should fiddle with bluetooth?) Any suggestions are welcome.