FrançaisSourceForge.net Logo
Kommute

Kommute is a KDE file sharing client using the anonymous file sharing network MUTE. You can try it by following the installation instructions below.

Screenshots


Screenshot

Why Kommute ?

Installation

If you are using a rpm-based distro, you can get the RPM here

If you are using windows, you can get the installer here

If you use Gentoo, here is always the latest ebuild.

Compiling from source-(unix/linux)

These instructions will guide you through installing Kommute from source in five easy steps. If you encounter any problems during installation, please see the trouble shooting section. The five steps are:

  1. Downloading the MUTE sources
  2. Compiling MUTE
  3. Downloading the Kommute sources
  4. Compiling and installing Kommute
  5. Running Kommute

Step 1: Downloading the MUTE sources

Download the latest MUTE "Unix Sources" from the MUTE web site. The file is called something like MUTE_fileSharing-xxx_UnixSource.tar.gz, where xxx is the version number. Next unpack the downloaded file like this:

$ tar -xvzf MUTE_fileSharing-0.5.1_UnixSource.tar.gz

The directory it creates is something like MUTE_fileSharing-xxx_UnixSource. For simplicity we will refer to the MUTE_fileSharing-xxx_UnixSource dir as the MUTE_TMP directory. MUTE_TMP should now contain the MUTE and minorGems directories and the cleanSrc and runToBuild scripts.

Step 2: Compile MUTE (linux/unix)

Now follow the MUTE instructions to compile the text based interface. This involves using the runToBuild script like this:

$ cd MUTE_fileSharing-0.5.1_UnixSource
$ ./runToBuild

Step 3: Downloading the Kommute sources

Now that you have built MUTE and it's libraries, download the Kommute sources into the MUTE_TMP directory. Next unpack the downloaded file like this:

$ tar -xvzf kommute-0.13-2.tar.gz 

Step 4: Compile and install Kommute on linux

You should now have a MUTE_TMP/kommute directory. Now it's time to compile and install Kommute:

$ cd kommuteQT4
$ make
$ su
# make install

Step 5: run Kommute

We have now installed Kommute. To start the application just type kommute:

$ kommute

Hopefully Kommute is now starting up. If not, see the trouble shooting section.

Trouble Shooting

FAQ