Karoo project installation

Installation

sources

Get the sources either from subversion or by getting a source snapshot from the downloads page. See http://karoo.sourceforge.net/

Dependencies

Configuring the sources

It uses autoconf, so it is simple:

 tar zxf karoo-2008-11-25.tgz
 cd karoo
 ./cleanup.sh

Compiling

Just use make e.g.

 cd karoo
 make

Using the libraries

You simply need to link the libraries in to your application. Look for the relevant library, it is always named according to the directory it was compiled from. E.g. the Queue library is compiled from sources in the queue directory, and it is named libqueue.a

Installing the libraries "properly"

You can run
 make install

which by default installs things in /usr/local/lib and /usr/local/bin

... but if you want to use another directory, e.g. /home/bmodra/lib:

 cd karoo
 ./configure --prefix=/home/bmodra
 make install

... which will create two directories, in this case:

It will put the libraries into the lib directory, and the test executables into the bin directory.

Links

Other Karoo Project Documentation

There is much more. If you are interested, contact me to get access to subversion and trac.

Contact: Brian Modra +27 23 5411 462, brian@zwartberg.com


Generated on Tue Feb 16 15:04:29 2010 for Karoo by  doxygen 1.5.8