Information
Home Screenshots News Archive Announcements In The Press
Files
Downloads Spread Krusader KDE-Files.org
Documentation
Features Handbook Installation FAQ
Communication
Forum Mailing Lists IRC Developers World Map
Development
Report Bugs Submit a Patch TODO List Translations Help Krusader Make a Donation Project Page
Enjoyment
Valid XHTML 1.1 Valid CSS! Get Krusader at SourceForge.net. Fast, secure and Free Open Source software downloads PHP powered Krusader Forum News RDF Get Firefox! No Software Patents! Against TCPA! Support This Project Spam Poison Codelite
cvs

Anonymous SVN Access

This project's SourceForge.net Subversion repository can be checked out through SVN with the following instruction set.

Currently there are the following branch options:

krusader_kde4

The Krusader KDE4 branch (HEAD).

Checkout

$ svn co svn://anonsvn.kde.org/home/kde/trunk/extragear/utils/krusader/

Installation

$ cd krusader
$ cmake -DCMAKE_INSTALL_PREFIX=/usr/ -DQT_INCLUDES=/usr/share/qt4/include
$ make
$ su -c "make install"

Note: See the handbook for more details.

krusader_kde3

[changelog] [cvsnews]

The Krusader KDE3 branch. Since our focus is to create a solid KDE4 version, don't expect more than a few minor backports compared to krusader-1.90.0 here.

Checkout

$ svn co http://krusader.svn.sourceforge.net/svnroot/krusader/branches/krusader_kde3

Installation

$ make -f Makefile.cvs
$ ./configure
$ make
$ su -c "make install"

krusader_kde2

The KDE2 branch. Stable but it's basically v1.01 and there are no planned changes.

development

Snapshots

These snapshots might be useful for people who can't set up CVS access. They are usually auto generated and untested. They might not compile, not work or do funny things with your computer. Please use them with care, you have been warned!

Note: As of now, snapshots aren't generated against CVS anymore. Subversion snapshots will follow.

Sources

Note: Always get the latest snapshot from: http://krusader.org/data/krusader-cvs.tar.gz

Binaries

Documentation

ebuild

Gentoo Live Ebuild

Mostly being Gentoo users ourselves, we provide this live ebuild for all those who want to stay on the bleeding edge of file management and don't want to miss the advantages of portage.

Note: CVS has been disabled and currently there's no new Live Ebuild for Subversion.

Note: Older live ebuilds are available at our project page.

Note: In the past we supplied single file live ebuilds, the old installation instructions are still online.

Installation

Refer to the Gentoo Handbook for thorough explanations of portage and the emerge process.

1.PORTDIR_OVERLAY is a feature in portage making it possible to add your own ebuilds. These will not change the portage-tree and will not be overwritten by an rsync. To use this feature, simply remove the hashmark in /etc/make.conf
# PORTDIR_OVERLAY is a directory where local ebuilds may be stored without
# concern that they will be deleted by rsync updates. Default is not
# defined.
PORTDIR_OVERLAY=/usr/local/portage

2.Now we must create the PORTDIR_OVERLAY directory
$ mkdir /usr/local/portage

3.The next step is to unpack the ebuild package into the overlay directory
$ tar xzvf krusader-cvs-1-r6.tar.gz -C /usr/local/portage

Note: The package already contains digests and the Manifest.


4.Introduce our new ebuild to portage
$ echo "kde-misc/krusader-cvs ~x86" >> /etc/portage/package.keywords

Note: As of portage-2.0.50. You might have to create /etc/portage/ first. Replace ~x86 with your architecture.


5.Finally we install the ebuild
$ emerge krusader-cvs

Note: Repeat this step each time you want to update Krusader from CVS.