Install

Kobby

The easiest way to install Kobby is through your distribution's package management system.  If there is no Kobby package for your distribution  you can attempt to compile from source.

Ubuntu 8.10

You can install Kobby through your package manager by searching for the "Kobby" package or from the command line by running:

sudo apt-get install kobby

From Source

To install Kobby directly from the provided source code you must first have the following dependencies installed:
  • CMake >= 2.6
  • g++
  • libinfinity 0.3
  • libqinfinity 1.0
You can obtain a copy of the Kobby source code from the Download page.  Once you have a copy of the latest source version you can issue the following commands to build and install Kobby.  Make sure to replace {version} with the version name you downloaded.

tar xvzf kobby-{version}.tar.gz
cd kobby-{version}
cmake .
make
sudo make install

Libqinfinity

If you are attempting to install Kobby from source you must first install Libqinfinity.  If you are installing Kobby from a distribution which provides Kobby packages you do not need to install Libqinfinity separately.

Ubuntu 8.10

You can install Libqinfinity through your package manager by searching for the "Libqinfinity" package or from the command line by running:

sudo apt-get install libqinfinity

If you are attempting to compile Kobby from source, you need to also install the libqinfinity-dev package.

From Source

To install Libqinfinity directly from the provided source code you must first have the following dependencies installed:
  • CMake >= 2.6
  • g++
  • libinfinity 0.3
You can obtain a copy of the Libqinfinity source code from the Download page.  Once you have a copy of the latest source version you can issue the following commands to build and install Libqinfinity.  Make sure to replace {version} with the version name you downloaded.

tar xvzf libqinfinity-{version}.tar.gz
cd libqinfinity-{version}
cmake .
make
sudo make install

Sign in  |  Recent Site Activity  |  Terms  |  Report Abuse  |  Print page  |  Powered by Google Sites