Steps I've taken so far so we can keep a running tally for your docs:
1) Downloaded Kobby
2) Extract to a directory
3) Run command: sudo apt-get install CMAKE
4) Run command: sudo apt-get install g++
Not sure what I need next...here's the current command I'm running along with the error:
~/kobby-1.0b4/kobby$ cmake . -DCMAKE_INSTALL_PREFIX={prefix}
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
CMake Error at CMakeLists.txt:7 (find_package):
Could not find module FindLibqinfinity.cmake or a configuration file for
package Libqinfinity.
Adjust CMAKE_MODULE_PATH to find FindLibqinfinity.cmake or set
Libqinfinity_DIR to the directory containing a CMake configuration file for
Libqinfinity. The file will have one of the following names:
LibqinfinityConfig.cmake
libqinfinity-config.cmake
CMake Error at /usr/share/cmake-2.6/Modules/FindKDE4.cmake:84 (MESSAGE):
ERROR: cmake/modules/FindKDE4Internal.cmake not found in
/home/neomantra/.kde/share/apps;/usr/share/kubuntu-default-settings/kde4-profile/default/share/apps;/usr/share/kde4/apps
Call Stack (most recent call first):
CMakeLists.txt:8 (find_package)
CMake Warning (dev) in CMakeLists.txt:
No cmake_minimum_required command is present. A line of code such as
cmake_minimum_required(VERSION 2.6)
should be added at the top of the file. The version specified may be lower
if you wish to support older CMake versions for this project. For more
information run "cmake --help-policy CMP0000".
This warning is for project developers. Use -Wno-dev to suppress it.
-- Configuring incomplete, errors occurred!