#*---------------------------------------------------------------------*/
#*    Copyright (c) 1996 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 BIGLOO on a Unix system.


Configuring BIGLOO
******************

   1. Edit the `./configure' file and set `bindir', `libdir', `mandir',
      and `cc' variables (these variables cannot be changed once the 
      installation process is initiated).

   2. Configure Bigloo for your machine by invoking `./configure'.

Compiling BIGLOO
****************

   3. Type `make boot'.


Installing BIGLOO
*****************

   4. Type `make install'.


Cleaning BIGLOO
***************

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


Testing BIGLOO
**************

   6. Now Bigloo is ready to be used but if you want to make the
      initial test, type `cd recette; make'. The compilation will
      produces `warning' messages on the files `list.scm', `foreign.scm'
      and `match.scm'. It is normal.
      
Compiling CIGLOO
****************

   7. To compile Cigloo, go in cigloo's directory (the exact name of that 
      directory is `cigloo' followed by its version number) and type `make'.
      The compilation of the file Parser/parser.scm and Parser/cpp.scm
      will produces warning message. They can be ignored.

Installing CIGLOO
*****************

   8. In the cigloo directory type `make install'.

TESTING CIGLOO
**************

   8. To test Cigloo, go in the directory cigloo/Example and just
      type `make'.

   8b. Cigloo can be tested on a larger application. Go in the directory
       xlib and read the README file.
