#*---------------------------------------------------------------------*/
#*    Copyright (c) 1994 by Manuel Serrano. All rights reserved.       */
#*                                                                     */
#*                                     ,--^,                           */
#*                               _ ___/ /|/                            */
#*                           ,;'( )__, ) '                             */
#*                          ;;  //   L__.                              */
#*                          '   \    /  '                              */
#*                               ^   ^                                 */
#*                                                                     */
#*                                                                     */
#*    This program is distributed in the hope that it will be useful.  */
#*    Use and copying of this software and preparation of derivative   */
#*    works based upon this software are permitted, so long as the     */
#*    following conditions are met:                                    */
#*           o credit to the authors is acknowledged following current */
#*             academic behaviour                                      */
#*           o no fees or compensation are charged for use, copies, or */
#*             access to this software                                 */
#*           o this copyright notice is included intact.               */
#*      This software is made available AS IS, and no warranty is made */
#*      about the software or its performance.                         */
#*                                                                     */
#*      Bug descriptions, use reports, comments or suggestions are     */
#*      welcome Send them to                                           */
#*        <Manuel.Serrano@inria.fr>                                    */
#*        Manuel Serrano                                               */
#*        INRIA -- Rocquencourt                                        */
#*        Domaine de Voluceau, BP 105                                  */
#*        78153 Le Chesnay Cedex                                       */
#*        France                                                       */
#*---------------------------------------------------------------------*/

Here is the procedure for compiling and installing CAMLOO on a Unix system.


Configuring CAMLOO
******************

   1. Configure Camloo for your machine by typing:
      `./configure'


Compiling CAMLOO
****************

   2. Type `make boot'.

      Some compilations produce the message:

      `*** WARNING:bigloo:top-level
       Redefinition of variable -- ERROR'

      It is normal and does not constitute an error.


Installing CAMLOO
*****************

   3. Type `make install'. 
      
      To install Camloo you must be authorized to write on the 
      directories containing Bigloo (the executables and the librairies).


Cleaning CAMLOO
***************

   4. You could type `make clean' to remove all the useless files.


