Chapter 4. Installation on KDE4.x

Krusader installation instructions on KDE4.0

Note

From version Krusader-2.0.0 and higher is KDE-4 only.

Note

At moment of writing Krusader-2.0.0 is still under development, though it works :)

"krusader_kde4.tar.gz" is the supposed name of the krusader tarball (it will be probably a different one ;)

You can download the latest available krusader-2.x from SVN.

DCMAKE_INSTALL_PREFIX is the location of the KDE DQT_INCLUDES

      $ tar -xzvf krusader_kde4.tar.gz
      $ cd  krusader_kde4
      $ cmake  -DCMAKE_INSTALL_PREFIX=/usr/ -DQT_INCLUDES=/usr/share/qt4/include
      $ make
      $ su -c  "make install"