KobbyThe 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.10You can install Kobby through your package manager by searching for the "Kobby" package or from the command line by running: sudo apt-get install kobbyFrom SourceTo install Kobby directly from the provided source code you must first have the following dependencies installed:
tar xvzf kobby-{version}.tar.gzcd kobby-{version}cmake .makesudo make installLibqinfinityIf 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.10You can install Libqinfinity through your package manager by searching for the "Libqinfinity" package or from the command line by running: sudo apt-get install libqinfinityIf you are attempting to compile Kobby from source, you need to also install the libqinfinity-dev package. From SourceTo install Libqinfinity directly from the provided source code you must first have the following dependencies installed:
tar xvzf libqinfinity-{version}.tar.gzcd libqinfinity-{version}cmake .makesudo make install |