For some distros there are available prebuild packages. Overwise it is possible to install anyRemote from sources.
The procedure is very straightforward:
./configure --prefix=/usr make
... is even more simple ...
su -c "make install"
There are no needs to compile front-end, since they are written on python
So, all could be done by the commands:
./configure --prefix=/usr su -c "make install"
... be double sure all software prerequisites are installed.
The most frequent mistake is the absense of Bluez development packages.
Read the FAQ page.