public
Description: Collaborative Text Editor for KDE
Home | Edit | New

Install

If there is a method for your Linux distrubution, that is the suggested installation method. Otherwise, follow the Build From Source instructions.

Arch Linux

Kobby is available in the Arch User Repository: http://aur.archlinux.org:80/packages.php?ID=27142

If you are using yaourt and having a missing dependancy libinfinity-api error , there is a bug in yaourt with resolving dependancies that are non-package names. This can be solved by either editing the libqinfinity PKGBUILD file and removing libinfinity-api=0.3 from the depends= line, or by installing the libqinfinity AUR package by hand.

Build from source

To build Kobby from the source code, you must first have libqinfinity and KDE4 installed. You also need a recent version of the Kobby source code (see the Download page).

Once you have obtained a source copy of Kobby, extract the archive (if necessary) and enter the source directory. Once in the source directory, invoke cmake, make, and make install.

An example installation:


tar xvzf kobby-{version}.tar.gz
cd kobby-{version}
cmake . -DCMAKE_INSTALL_PREFIX=/usr
make
sudo make install

Last edited by greghaynes, Thu Jul 02 14:01:11 -0700 2009
Home | Edit | New
Versions: