This project's SourceForge.net Subversion repository can be checked out through SVN with the following instruction set.
- Browse SVN Repository
viewsvn
Currently there are the following branch options:
krusader_kde4
The Krusader KDE4 branch (HEAD).
Checkout
Installation
$ 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
Installation
$ ./configure
$ make
$ su -c "make install"
krusader_kde2
The KDE2 branch. Stable but it's basically v1.01 and there are no planned changes.
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
- Snapshot
krusader-cvs-20080310.tar.gz
Note: Always get the latest snapshot from: http://krusader.org/data/krusader-cvs.tar.gz
Binaries
- Debian
krusader_1.80.0-beta1.20070119-0sarge0_i386.deb
krusader_1.80.0-beta1.20070119-0etch0_amd64.deb
krusader_1.70.1.20070209-0sid0_i386.deb
krusader_1.70.1.20061117-0sarge0_i386.deb
Documentation
- HTML Documentation Snapshot
krusader-handbook-cvs-20080310.html.tar.gz
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.
- Gentoo Live Ebuild
krusader-cvs-1-r6.tar.gz
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# 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
3.The next step is to unpack the ebuild package into the overlay directory
Note: The package already contains digests and the Manifest.
4.Introduce our new ebuild to portage
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
Note: Repeat this step each time you want to update Krusader from CVS.










