Next Previous Contents

2. Installation

1) download the classlib.2.0.tgz from site.
2) untar in your home directory
   tar -xvzf classlib.2.0.tgz
3) change to classlib directory
   cd classlib
4) run ./configure
5) run make
6) run ./install (as root)
   it install the library in /usr/lib
   the header files in /usr/src/classlib
   the documentation in /usr/share/doc/classlib

Nicola De Nisco

Sourceforge project home for classlib

2.1 How to obtain Classlib

Download it from Sourceforge project home for classlib.

2.2 Requirements

Linux kernel version 2.4.x or later

GCC 2.96 or later

2.3 Compilation and installation

In order to compile and install Classlib on your system, type the following in the base directory of the Classlib distribution:

% ./configure
% make
% su
# ./install

NOTE: use ./install NOT make install!!!

Since Classlib uses

autoconf
you should have not trouble compiling it. Should you run into problems please report them to the the author: Nicola De Nisco


Next Previous Contents