UnixCompile
From Kommute Wiki
These instructions will guide you through installing Kommute from source in three easy steps. If you encounter any problems during installation, please see the trouble shooting section.
Contents |
Build dependicies
Needed Packages for compiling Kommute:
- libqt4-dev (Qt 4.3.x or newer)
- g++
$ sudo apt-get install libqt4-dev g++
You have installed your Linux fresh? then use this Packages:
$ sudo apt-get install build-essential qt4-dev-tools
Step 1: Downloading the Kommute sources
Download the Kommute sources into your working directory. Next unpack the downloaded file like this:
$ tar -xvzf kommute-0.20-1.tar.gz
Or, if you prefer to test the sources being developed, you can get like this:
svn co https://kommute.svn.sourceforge.net/svnroot/kommute/trunk/kommute kommute
Step 2: Compile and install Kommute on linux
You should now have a kommute directory. Now it's time to compile and install Kommute:
$ cd kommute $ qmake $ make $ su # make install
Step 3: 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.

