Compilation and installation of anyRemote

For some distros there are available pre-built packages. Otherwise it is possible to install anyRemote from source.

Compilation

The procedure is very straightforward:

./configure --prefix=/usr
make

Installation

... is even more simple ...

su -c "make install"

Installation of Gnome and KDE front-ends

There are no needs to compile the front-end, since they are written in python

So, all could be done by the commands:

./configure --prefix=/usr
su -c "make install"

If something goes wrong ...