Amit’s blog
Amit’s weblog

Archive for the 'FC4' Category

How to install KDE Bluetooth Manager in Fedora Core 4

July 22, 2006

This is my first post on any blog. This post will guide you through installation of KDE Bluetooth Manager in Fedora Core 4.
Download the source code and uncompress it.
[user@localhost ~]$ tar -xjf kdebluetooth-1.0_beta1.tar.bz2

[user@localhost ~]$ cd kdebluetooth-1.0_beta1
Now configure and make it.
[user@localhost kdebluetooth-1.0_beta1]$ ./configure

[user@localhost kdebluetooth-1.0_beta1]$ make
Then login as root and install it.
[user@localhost kdebluetooth-1.0_beta1]$ su

[root@localhost kdebluetooth-1.0_beta1]# make install
If [...]