kAnyRemote
Prev
Next

How to setup kAnyRemote from scratch

Step by step setup:

1. Get Bluetooth subsystem working. Your bluetooth phone should be paired already.

If You use IR connection, IrDA service should be configured and Your phone should be visible in output of irdadump utility.

If You plans to use cable connection, then plug-in the cable.

2. Compile and install kAnyRemote.

Type the following:

If there are some problem with compilation make sure You have the latest KDE version installed.

There could be also a weird compilation problem connected with KDevelop. Seems KDevelop creates not fully correct makefile. To overcome that problem it is possible to do the following:

        make clean
        make distclean
        aclocal
        automake
        autoconf
        and then run configure amd make again.
Unfortunately, this is also does not helps sometimes.

3. kAnyRemote could be used in two different manners:

Ubuntu users could find another good externally-maintained description of setup process here.

Prev
Next
Home