This forum has been archived. All content is frozen. Please use KDE Discuss instead.

Krusader 2.0 (SVN) Install Guide

Tags: None
(comma "," separated)
User avatar
jrick
Registered Member
Posts
131
Karma
1
OS

Krusader 2.0 (SVN) Install Guide

Mon Oct 20, 2008 4:35 am
For all of you users out there who don't like Dolphin at all and find that the current Konqueror is unusable, here's some instructions to install the current KDE4 branch of Krusader (a two-pane, orthodox file manager) from SVN. (Note: you'll need to have the proper development tools from your distribution or OS.)

(These instructions are adapted from the ones here.)

First, download the sources. Personally, I place all of my downloaded or extracted sources into ~/src.

Code: Select all
% mkdir ~/src; cd ~/src


Next, the sources are downloaded from SVN.

Code: Select all
% svn co http://krusader.svn.sourceforge.net/svnroot/krusader/trunk/krusader_kde4


Run these commands to compile the sources:

Code: Select all
% cd krusader_kde4
% cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix`
   -DCMAKE_DQT_INCLUDES=`kde4-config --qt-libraries`
% make #Use 'gmake' on *BSD


Then, su to root, and install.

Code: Select all
# make install #Use 'gmake install' on *BSD



If you do not have root access on the machine you are installing on, you can install it into your home folder instead (I usually go for ~/local). Simply use this instead for the cmake command above:

Code: Select all
% mkdir ~/local; cmake -DCMAKE_INSTALL_PREFIX=`~/local`
   -DCMAKE_DQT_INCLUDES=`kde4-config --qt-libraries`


And then be sure to add ~/local/bin to your $PATH.

To uninstall, cd to ~/src/krusader_kde4 and run:

Code: Select all
# make uninstall #Use 'gmake uninstall' on *BSD


Also, those percent signs are the default prompt in Zsh. All you silly Bash users can just ignore them. :P But no matter what shell you are using, if you are copy/pasting these commands, don't copy the %'s or #'s with them. It won't work.

DISCLAIMER: I have not actually tried to install it into my home folder, because I *do* have root access. I believe it should work, but if it doesn't and you have a solution, feel free to correct me.


Type Colemak!

Proud, Conservative Republican

"Gentlemen! You can't fight in here! This is the war room!"
--President Merkin Muffley, Dr. Strangelove


Bookmarks



Who is online

Registered users: bartoloni, Bing [Bot], Google [Bot], Sogou [Bot], Yahoo [Bot]