$Id: INSTALL,v 1.3 2002/09/25 16:09:56 ianmacd Exp $

See the README file for background information on this software.

To configure the build, type the following:

$ ruby extconf.rb

If your CAPI header file (ctapi.h) and libraries are not along the
standard search path, use one of these variations:

$ ruby extconf.rb --with-capi-dir=/path/to/capi/directory

or:

$ ruby extconf.rb --with-capi-include=/path/to/capi/include/dir \
                  --with-capi-lib=/path/to/capi/lib/dir

This will create a Makefile for your system.

Next, type:

$ make

This will build the software for your system.

Finally, type:

$ make install

This will install the ctime.so component on your system. You may care
to run strip(1) on it first to reduce its size.

If, for any reason, you wish to install the software elsewhere, you
can pass make(1) the relevant arguments via variables:

$ make DESTDIR=/tmp install

If you would like documentation and you have rdtool installed, type:

$ make docs

This will generate HTML and man page documentation in the doc/ subdir.

You should manually install the man page if you require it.

There are some example programs in the example/ subdir. If you require
these, you should install them by hand.
