		GWM-1.7o for IBMRT running AIX-2.2.1
		====================================			

Introduction
------------
I have just tried to compile gwm with X11R4. If you don't have it,
you may try with X11R3. Just change X11R4 by X11R3 in the following
instructions, but I don't know if it will work out !

0) Prerequisites: gzip and patch.

1) Get the archive gwm-1.7n.tar.gz from avahi.inria.fr:/pub/gwm

2) Unpack the distribution and go into the gwm directory.

3) Copy gwm-1.7o.diff here and apply the patches (patch < gwm-1.7o.diff).

4) Let's assume that you don't have xmkmd. Then following instructions
README, issue the following commands:
	cp Makefile.noXtr Makefile
	make DIR=../ibmrt sdir
	cd ../ibmrt

5) Edit Make.ibmrt and set XDIR, XLIBDIR , INSTALL_GWM and INSTALL_DIR.
   Change DEFINES to

DEFINES = -DX11R4 -DSECURE -DSTATS -DUSER_DEBUG -DSYSV -DIBM_RT -Nn3000 -Nd3000 -Np1000 -DNO_STRUCTURE_OFFSETS

6) Run Make.

7) After a while (couple of hours), the compiler will complain while 
compiling parse.c. Edit Make.ibmrt and add -a the the defines.

8) Run make. It will then stop again because you don't have 'ranlib'. 
Just issue make another time.

9) Run make install. You're all set (have a look at the manual).


Good luck. 

Francois Normant (fn@mathappl.polymtl.ca)

-------------------------- from the README ---------------------- 



			   @@@@@@  @       @ @       @
			  @      @ @       @ @@     @@
			 @         @   @   @ @ @   @ @
			 @    @@@@ @  @ @  @ @  @ @  @
			 @       @ @ @   @ @ @   @   @
			  @     @@ @@     @@ @       @
			   @@@@@ @ @       @ @       @

	            _/_     /) /)    _/_                            /
	 o __   _   /  __. // // __. /  o ______       _,  . . o __/ _
	(_/) )_/_)_(__(_(_(/_(/_(_(_(__(_(_) /) )_    (_)_(_/_(_(_(_(<_
	                                               /|
	                                              |/

WHAT IS GWM?
============

The GWM (Generic Window Manager) is an extensible Window Manager for
the X Window System Version 11. It is based upon a WOOL (Window Object
Oriented Langage) kernel, which is an interpreted dialect of Lisp with
specific window management primitives. The user builds a window
manager by writing WOOL files to describe objects on the screen,
including a Finite State Machine triggering WOOL actions on response
to X events (e.g. mouse buttons) on that object.  Theses objects can
used as decorations around X applications windows, as pop-up menus or
as independent windows.

GWM should be able to emulate efficiently other window managers, and play
the same role for window managers as EMACS does for text editors.


REPORTING BUGS:
===============

See the file doc/BUG_REPORT to mail back bugs to me

COPYRIGHT:
==========

  Copyright 1989-91 GROUPE BULL -- See license conditions in file COPYRIGHT
  See the COPYRIGHT file in the GWM distribution
  This is the same COPYRIGHT as the rest of the X tape.

Please mail any bug reports or modifications done (with RCS version number
and .gwmrc used), comments, suggestions, requests for updates or patches to
port on another machine to:

gwm@mirsa.inria.fr		(INTERNET)
or colas@mirsa.inria.fr

33 (FRANCE) 93.65.77.70		(VOICE PHONE)

Colas Nahaboo			(SURFACE MAIL)
INRIA
B.P. 109
06561 VALBONNE cedex
FRANCE

PS: I maintain 2 mailing lists about gwm:
	gwm-talk@mirsa.inria.fr		for general discussions
	gwm-bugs@mirsa.inria.fr         for bug reports & bug fixes
(all mail sent to these address will be redispatched to all members)
mail requests to be added to these lists to: gwm@mirsa.inria.fr.

New updates are announced on the comp.windows.x newsgroup, and on the
"gwm-talk" list. All new "official" gwm releases can be found by ftp on:
    export.lcs.mit.edu  (18.30.0.238) contrib/gwm (Boston, USA)
    avahi.inria.fr      (192.5.60.47) pub/gwm     (Sophia Antipolis, France)

If you don't have ftp, use the mail<->ftp gateways ftpmail@decwrl.dec.com or 
bitftp@pucc.princeton.edu. (send a message with the word HELP in it to these
adresses).


----------------------------- COPYRIGHT --------------------------------

/*
 * Copyright 1989 GROUPE BULL
 *
 * Permission to use, copy, modify, and distribute this software and its
 * documentation for any purpose and without fee is hereby granted, provided
 * that the above copyright notice appear in all copies and that both that
 * copyright notice and this permission notice appear in supporting
 * documentation, and that the name of GROUPE BULL not be used in advertising
 * or publicity pertaining to distribution of the software without specific,
 * written prior permission.  GROUPE BULL makes no representations about the
 * suitability of this software for any purpose.  It is provided "as is"
 * without express or implied warranty.
 *
 * GROUPE BULL disclaims all warranties with regard to this software,
 * including all implied warranties of merchantability and fitness,
 * in no event shall GROUPE BULL be liable for any special,
 * indirect or consequential damages or any damages
 * whatsoever resulting from loss of use, data or profits,
 * whether in an action of contract, negligence or other tortious
 * action, arising out of or in connection with the use 
 * or performance of this software.
 *
 */

Colas NAHABOO       BULL Research FRANCE -- Koala Project 
Vania JOLOBOFF	    BULL Research FRANCE -- Koala Project
                    (GWM X11 Window Manager)
    Internet:       colas@mirsa.inria.fr
Surface Mail:       Colas NAHABOO, INRIA - Sophia Antipolis, 
                    2004, route des Lucioles, 06565 Valbonne Cedex -- FRANCE
 Voice phone:       (33) 93.65.77.71, Fax: (33) 93 65 77 66, Telex: 97 00 50 F
