# 
# $Date: 1997/11/01 02:43:35 $
# $Source: /home/linas/cvsroot/xacc/lib/Xbae-4.6.2-linas/INSTALL,v $

INSTALLATION
============

*this is not the official version of Xbae, but is a slimmed down and
modified version.  docs, examples, etc. are missing.  Some of the
changes here will be included in future versions of Xbae, and,
at that time, this directory will go away.

This version should NOT be installed except to be used with xacc!

--linas October 1997


To install:

2. Take a look at Xbae.tmpl and modify accordingly.  Particularly the
   libraries to be built, HaveWcl, HaveXpm, RESIZE_SHADOW,
   ALLOW_COLUMN_RESIZE, USE_EDITRES and DEFAULT_SCROLL_SPEED macros.
   In order to run the demos, it is best not to make the shared lib
   unless you have a very clever dynamic linker.  I would suggest
   building the shared library only when you are ready to install.
   You can try setting your LD_LIBRARY_PATH to point to the source
   directory if you like.

3. Run "xmkmf" to create the makefile.  [Note to VMS users and
   others who don't have xmkmf and imake:  I'm told that VMS doesn't
   have imake.  Try looking in the "contrib/vmsstuff" directory
   (thanks Vince) for the MMS files. You'll have to move this dir up
   a level, too and perhaps modify a few files as they will be out of
   date]

4. Run "make World".  Alternatively, you can use xmkmf -a if your xmkmf
   supports it.

