Installation:
=============

As with any autoconfiguring GNU software, installation is as easy as this:

$ ./configure
$ make
$ make check
$ make install

You need GNU make.

Known to work with:
  - Linux/x86, gcc-2.7.0
  - Solaris 2.4 (sparc), gcc-2.7.0, gcc-2.7.2
  - Irix 5.3, CC 4

The "make" step takes about 4 hours, on a 486 DX / 33 MHz / 8 MB.

On Linux, g++ needs 15 MB to compile the tests. So better have
17 MB swap space and 1 MB room in $TMPDIR.

If you use gcc and g++, don't add -O2 to the CXXFLAGS, because
"g++ -O" generates better code for libcln.a than "g++ -O2".

