Mobile Version

KBibTeX

Download & Installation

KBibTeX for KDE 3 is no longer under development.
Please use KBibTeX for KDE 4.

Download

The prefered way to install KBibTeX is to use the packages as linked on this page or those provided by our distribution. Information on how to install from source is available at the bottom of this page.

KBibTeX 0.2.3.91 Beta 2 for next stable release
SystemBinarySource
Generic.tar.bz2
KBibTeX 0.2.3 stable release
SystemBinarySource
Generic.tar.bz2
Ubuntu, Kubuntu, and other variantsLucid/x86, Lucid/AMD64
openSUSE Build ServiceopenSUSE Build Service (kbibtex)
KBibTeX 0.2.2 older stable release
SystemBinarySource
Generic.tar.bz2
KBibTeX SVN revision development snapshot, for testing purposes
SystemBinarySource
Generic.tar.bz2
(see also below)
openSUSE.rpm
(see also below)

Patches for stable releases

Unfortunately, no software is perfect, so I have to publish patches that fix issues with stable releases. If you build from source, please apply the following patches after unpacking the release .tar.bz2 archive.

To make use of Z39.50 databases, please read the document on Z39.50 support.

Distribution-specific Installation

RPM-based Distributions

Within the openSUSE software repository, various authors contribute .rpm packages for various RPM-based distributions (inkl. Fedora, CentOS, RedHat, OpenSuse, SLED) and platforms (i586, x86_64, ...).

Fedora Core

Thanks to Christian Nolte, KBibTeX is now in recent extras yum repositories, so that you can simply use yum to install it. Open a root console and type:
yum install kbibtex
That is all you have to do, while doing a
yum update
will keep you up to date with new KBibTeX releases.

After the RPM package has been downloaded and installed by yum, you'll find KBibTeX within your KDE or Gnome menu under “office”.

Debian & (K)Ubuntu

Debian provides packages for KBibTeX and it is recommended to use these official packages. The official maintainer Michael Hanke provides KBibTeX packages in his personal APT repository, too. His repository provides packages for several Debian-based distributions and platforms and can be used as an alternative if no official packages are available for a specific distribution.
Installing KBibTeX from the repository is easy. Include the following line in your /etc/apt/sources.list:
deb http://apsy.gse.uni-magdeburg.de/debian distribution main

Replace distribution with the name of your distribution (e.g. feisty or sarge). Now you have to update your package index:
apt-get update
(apt-get must always be run as user root or with sudo)

If this is done, you can install KBibTeX with a simple
apt-get install kbibtex

SuSE & openSUSE Linux

Packages for SuSE Linux 10.0 were provided by Stephan Graf. Packages for openSUSE 10.2 were provided by Carsten Niehaus using openSUSE's Build Service.

SVN snapshots for openSUSE Linux

Cor Blom prepares .rpm packages of recent SVN snapshots. Filenames reflect the SVN revision number. When browsing the repository, look for files where the filename starts with kde3-kbibtex-svn.

Installing from Source

To compile KBibTeX from source you need some devel packages from your distribution. Names may differ, but you need at least devel packages for Qt (3.3.x) and KDElibs (3.5.x).

You can either install official releases (see source downloads above), install the SVN snapshot or use svn to check out from a read-only svn repository (current devel version is in trunk).
svn co http://www.unix-ag.uni-kl.de/svn/kbibtex/kbibtex/trunk kbibtex

The code from the svn repository (not from the snapshots) does not contain a configure script (see below). To create such a file, run the following two commands in the directory where you put the source code:

  1. export UNSERMAKE=no
    (if you have KDE's make replacement unsermake installed)
  2. make -f Makefile.cvs

Once you have a configure script, you can continue with running the following commands:

  1. ./configure --enable-debug=full
    (Add options like --prefix or --without-arts if necessary)
  2. make

Now you have two alternatives how to proceed:

  1. You can run make install to install KBibTeX into /usr/local (or the prefix you've specified) which requires root priviledges. Use this option if you like to run this KBibTeX version on the long run or to provide this version to other users.
  2. You can perform the following manual steps to integrate KBibTeX into your system:
    • Link the files src/.libs/libkbibtexpart.so and src/.libs/libkbibtexpart.la to ~/.kde/lib/kde3/
    • Link src/kbibtex_shell.rc to ~/.kde/share/apps/kbibtex/
    • Link src/z3950-servers.cfg to ~/.kde/share/apps/kbibtex/
    • Link src/kbibtex_part.rc to ~/.kde/share/apps/kbibtexpart/
    • Link xslt to ~/.kde/share/apps/kbibtexpart/
    Use this option if you like to run this KBibTeX version only for testing or debugging purposes and will switch back to a distribution-provided version later.

If you omit the steps above, you will get a message box stating "Could not find your part" when starting KBibTeX.

Don't forget: To avoid conflicts, please remove any system-wide KBibTeX installation first.

Validome XHTML 1.0Valid XHTML 1.0!Valid CSS!The content of this page is licensed under a Creative Commons Attribution-Share Alike 3.0 License, unless noted otherwise.

Last Updated: 17-Jun-2013 Contact: Thomas FischerRSS feedRSS feed