How do I install Touchégg on Fedora 20?
https://code.google.com/p/touchegg/wiki/CompileSourceCode seems to be written for Ubuntu (Debian) systems, which makes me confused;
1 - Download and unzip the source code:
No problems. Just do what it says.
2 - Install Touchégg dependencies. In Ubuntu 11.10 Oneiric Ocelot and recent open a terminal and type:
$ sudo apt-get build-dep touchegg
How do I do this in Fedora? Or, if necessary, how do I do the alternative version "sudo apt-get install build-essential libqt4-dev utouch libgeis-dev libx11-6 libxtst-dev
" in Fedora?
3 - Compile and install Touchégg:
$ qmake
$ make
$ sudo make install
I didn't get this far, but can I do exactly as it says? Do qmake
, make
and make install
exist in Fedora and work as in Ubuntu/Debian?
apt-get build-dep touchegg
in Fedora, what additional packages I need or even how to compile and install (I'm very new to Fedora). – lindhe Jun 20 '14 at 21:54