Prerequisities

To build and run, you need:

Compiling

First of all, you need to run the configure script to set up compile-time options. If you want to compile the library with the default feature set, just use:

./configure

If you need to set anything unusual, please consult [configure] for details.

The defaults determined by the configure script should be correct on Linux/i386, on other architectures you will probably need to tweak the CPU detection section in ucw/perl/UCW/Configure/C.pm and possibly also the typedefs in ucw/config.h.

Then run:

make

It compiles the package. You need to install it (unless you specified a local build). To do so, execute:

make install