Comment 9 for bug 538259

Revision history for this message
Niels Slot (nielsslot) wrote :

Hi Joseph,

The output you pasted alreaady says what you're doing wrong:

dpkg-checkbuilddeps: Unmet build dependencies: cdbs autotools-dev automake1.9 libtool chrpath libg15-dev libg15render-dev (>= 1.2.0.svn250-2) libusb-dev libfreetype6-dev

It says it needs some packages to build the g15daemon, you need to install those first, so:

sudo apt-get install cdbs autotools-dev automake1.9 libtool chrpath libg15-dev libg15render-dev (>= 1.2.0.svn250-2) libusb-dev libfreetype6-dev

and try again.

I don't have a G110 keyboard, so I don't really know how or if the g15daemon will work.