Installation
============  
1. Install KLIC.

2. Install GMP (the GNU multiple precision arithmetic library).

3. Install BspLib (the Oxford BSP Toolset implementation of BSPlib).

4. Your shell environment should be set up for using the above systems.
   Now set the following environment variables (and export them, if
required by the shell) :

	KLIC_CC=bspcc

	KLIC_LD=bspcc

	Set BSSOLVE_DIR to point to the root directory where BsSolve
will be installed. $(BSSOLVE_DIR)/include and $(BSSOLVE_DIR)/lib
directories will be created during the installation.

5. Unpack the BsSolve archive with 'gzip -dc H9-10.tgz| tar xvf -'
   Change to ./distrib directory.

6. Edit Makefile and set default compilers and paths.

7. Build BsSolve system, executing the command "make all",
   WARNING: don't forget to set the BSSOLVE_DIR variable first.

8. Build BsSolve documentation, executing the command "make tex".

===
For further informations, please refer to the user's manual which can
be found in doc/ directory.