-1

I am running Ubuntu 12.10 and I am trying to install touchegg so I can have multi-touch on my mousepad. I was following the guide here but I am not able to compile the source for some reason. Can someone please help me?

When I reach the part that says to run make on the terminal I get:

make: *** No targets specified and no makefile found.  Stop.

1 Answers1

1

first you must qmake, it will create a makefile document, then make then sudo make install

to install qmake: sudo apt-get install qt4-qmake

Cediddi
  • 11